deno.land / std@0.166.0 / node / _module / cjs / cjs_a.js

نووسراو ببینە
1
2
3
4
5
6
7
8
9
10
11
12
// deno-lint-ignore-file no-undef// deno-lint-ignore-fileconst { helloB } = require("./cjs_b.js");const C = require("./subdir/cjs_c");const leftPad = require("left-pad");
function helloA() { return "A";}
module.exports = { helloA, helloB, C, leftPad };
std

Version Info

Tagged at
a year ago