UNPKG

hvstest

Version:

first time npm package development

5 lines (4 loc) 75 B
function helloNpm() { return "hello NPM" } module.exports = helloNpm