1 2 3 4 5 6
function hello() { throw new Error("bye"); } // deno-lint-ignore no-undef module.exports = { hello };