mirror of
https://github.com/xunleii/silverbullet-icalendar.git
synced 2026-05-05 19:24:05 +00:00
6 lines
148 B
TypeScript
6 lines
148 B
TypeScript
import { editor } from "$sb/silverbullet-syscall/mod.ts";
|
|
|
|
export async function helloWorld() {
|
|
await editor.flashNotification("Hello world!");
|
|
}
|