Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/alfredo/lib/alfredo/mod.ts>showNotification

Your Alfred workflows on steroids with Deno
Latest
variable showNotification
import { showNotification } from "https://deno.land/x/alfredo@0.4.3/lib/alfredo/mod.ts";

Show a notification

type

(text: string, unnamed 1?: { title?: string; subtitle?: string; }) => unknown