7 lines
73 B
JavaScript
7 lines
73 B
JavaScript
|
|
function helloNpm() {
|
|
return "hello NPM"
|
|
}
|
|
|
|
module.exports = helloNpm
|