Frontend/24_10_22/node_modules/gayszi/index.js
2024-10-22 13:12:20 +02:00

7 lines
73 B
JavaScript

function helloNpm() {
return "hello NPM"
}
module.exports = helloNpm