Jump To …

src/notifications/

notifier.coffee


          
class Notifier
  constructor: (@plugin) ->
  notify: (notification, callback) -> @plugin?.notify notification, callback

module.exports = Notifier