forked from GitHubMirrors/silverbullet-icalendar
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!");
|
|
}
|