Frontend/24_10_22/node_modules/gayszi/index.js

7 lines
73 B
JavaScript
Raw Normal View History

2024-10-22 11:12:20 +00:00
function helloNpm() {
return "hello NPM"
}
module.exports = helloNpm