@heroku-cli/notifications
Version:
display notifications in Heroku CLI commands
6 lines (5 loc) • 312 B
TypeScript
import { Notification as NodeNotification, NotificationCallback } from 'node-notifier';
export interface Notification extends NodeNotification {
force?: boolean;
}
export declare function notify(notification?: Notification, callback?: NotificationCallback): import("node-notifier").NodeNotifier | undefined;