Skip to main content
Module

x/alfredo/mod.ts>alfredo.showNotification

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

Show a notification

type

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