Skip to main content
Module

x/notifier/mod.ts>Notifier

Send desktop notifications with Deno
Latest
interface Notifier
Re-export
import { type Notifier } from "https://deno.land/x/notifier@v0.6.0/mod.ts";

Methods

notify(title: string, message: string): Promise<void>
notify(notification: Notification): Promise<void>