Skip to main content
Module

std/node/_module/cjs/cjs_b.js

Deno standard library
Go to Latest
File
function helloB() { return "B";}
// deno-lint-ignore no-undefmodule.exports = { helloB };