mirror of
https://github.com/xunleii/silverbullet-icalendar.git
synced 2026-05-03 18:24:00 +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!");
|
|
}
|