#Notification
Notification dispatch and presentation
var notify = require('compose-notification')Uses the 'normal' type of notification.
notify('Hello world.')Uses the specified type of notification.
notify('Hello world.', 'success')Helper functions that do exactly what they say they do.