UNPKG

raffy-vg

Version:

this is the test project for learning the hoisting of node packages in npm

3 lines 93 B
exports.printMsg = function() { console.log("This is a message from the demo package"); }