1 2 3 4 5 6 7
import Module from "node:module"; const mod = new Module(""); const filepath = Deno.args[0]; console.log(mod.require(filepath));