1.0.1 • Published 8 years ago
firstpacketmodule v1.0.1
firstpacketmodule
Installation
npm install firstpacketmodule --saveUsage
JavaScript
var firstmodule = require('firstpacketmodule');
var output = firstmodule.helloWorldFunction();
console.log(output);Output should be 'Hello World - ALL'AMD
exports.helloWorldFunction= function()
{
console.log("Hello World - ALL");
};Test
npm run test