UNPKG

mobilenotifications

Version:
10 lines (8 loc) 183 B
function Notification (_conf) { this.conf = _conf.android this.name = 'android' } Notification.prototype.send = function _send (x) { // body... } module.exports = Notification