Files
silverbullet-icalendar/hello.ts
Zef Hemel d289d96f68 Cleanup
2023-08-22 10:36:42 +02:00

6 lines
148 B
TypeScript

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