Skip to main content
Module

std/node/_module/cjs/cjs_throw.js

Deno standard library
Go to Latest
File
function hello() { throw new Error("bye");}
// deno-lint-ignore no-undefmodule.exports = { hello };