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

// deno-lint-ignore no-undef
module.exports = { helloB };