mirror of
https://github.com/xunleii/silverbullet-icalendar.git
synced 2026-03-15 20:15:23 +00:00
6 lines
132 B
TypeScript
6 lines
132 B
TypeScript
import { editor } from "$sb/syscalls.ts";
|
|
|
|
export async function helloWorld() {
|
|
await editor.flashNotification("Hello world!");
|
|
}
|