UNPKG

notificator

Version:

Library for handling custom notifications, emails, APS, GCM...

14 lines (8 loc) 393 B
// Generated by CoffeeScript 1.10.0 (function() { module.exports = require('./lib/Notificator'); module.exports.Channel = require('./lib/NotificatorChannel'); module.exports.EmailChannel = require('./lib/channels/EmailChannel'); module.exports.APNSChannel = require('./lib/channels/APNSChannel'); module.exports.GCMChannel = require('./lib/channels/GCMChannel'); }).call(this);