deno/std/node/tests/cjs/cjs_b.js

6 lines
66 B
JavaScript

function helloB() {
return "B";
}
module.exports = { helloB };