UNPKG

282 BTypeScriptView Raw
1import * as NodeNotifier from 'node-notifier';
2export interface Notification extends NodeNotifier.Notification {
3 force?: boolean;
4}
5export declare function notify(notification?: Notification, callback?: NodeNotifier.NotificationCallback): NodeNotifier.NodeNotifier | undefined;