summaryrefslogtreecommitdiff
path: root/std/node/tests/cjs/cjs_b.js
blob: 17499012c328acdfc6a13b876949d5770063db93 (plain)
1
2
3
4
5
function helloB() {
  return "B";
}

module.exports = { helloB };