UNPKG

hello-world-npm

Version:
10 lines (8 loc) 175 B
function helloWorld() { return "Hello World" } function HelloWorldNPM() { return "Hello World NPM" } module.exports = HelloWorldNPM; HelloWorldNPM.helloWorld = helloWorld;