1 2 3 4 5 6
function helloB() { return "B"; } // deno-lint-ignore no-undef module.exports = { helloB };