1 2 3 4 5 6 7 8 9 10 11
// Hardcoded module "node:readline/promises" var { promises: { Readline, Interface, createInterface }, } = import.meta.require("node:readline"); export default { Readline, Interface, createInterface, [Symbol.for("CommonJS")]: 0, };