gitee.com/quant1x/pkg@v0.2.8/goja_nodejs/require/testdata/m.js (about)

     1  function test() {
     2    return "passed";
     3  }
     4  
     5  module.exports = {
     6    test: test
     7  }