aboutsummaryrefslogtreecommitdiff
path: root/src/js/out/modules/node/readline.promises.js
blob: bfe5a78550214fef13492c4a5e02da0a7bb0ca20 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
var {
  promises: { Readline, Interface, createInterface }
} = import.meta.require("node:readline"), readline_promises_default = {
  Readline,
  Interface,
  createInterface,
  [Symbol.for("CommonJS")]: 0
};
export {
  readline_promises_default as default
};