Files
silverbullet-icalendar/hello.ts
2024-03-16 16:18:45 +01:00

6 lines
132 B
TypeScript

import { editor } from "$sb/syscalls.ts";
export async function helloWorld() {
await editor.flashNotification("Hello world!");
}