UNPKG

vgnotification

Version:

Notification Sample

11 lines (8 loc) 258 B
"use strict"; var _bootstrap = require("./controllers/bootstrap.controller"); exports.printMsg = function () { console.log("This is a message from the demo package"); }; exports.init = function (config, app) { new _bootstrap.Bootstrap(config, app); };