UNPKG

burdy

Version:

Open Source Headless Platform

6 lines (5 loc) 164 B
declare const notify: ({ message, subtitle }: { message: any; subtitle: any; }) => import("node-notifier/notifiers/notificationcenter"); export { notify };