ai_old/goja_nodejs/require/testdata/m.js

8 lines
78 B
JavaScript
Raw Normal View History

function test() {
return "passed";
}
module.exports = {
test: test
}