1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-27 01:29:14 -05:00
denoland-deno/std/node/tests/cjs/subdir/dir/index.js

5 lines
90 B
JavaScript
Raw Normal View History

// deno-lint-ignore-file no-undef
const C = require("../cjs_c");
module.exports = { C };