UNPKG

reactors

Version:

View components and APIs that work web, mobile and desktop!

8 lines (7 loc) 207 B
export default class Notifications { static push(title) { const electronNotifications = 'electron-notifications'; const notifier = require(electronNotifications); notifier.notify(title); } }