Skip to main content
Module

std/node/tests/cjs/cjs_cycle_b.js

Deno standard library
Go to Latest
File
module.exports = false;require("./cjs_cycle_b");module.exports = true;