ai_old/goja_nodejs/require/testdata/m.js
Star 767d87ac3e update throw exception
add util.load and util.save
2024-09-24 13:34:32 +08:00

8 lines
78 B
JavaScript

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