aboutsummaryrefslogtreecommitdiff
path: root/src/bun.js/readline_promises.exports.js
blob: b3cd52584cfaa240d07f9ab0c9b0c6b206c4e83d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
var {
  promises: { Readline, Interface, createInterface },
} = import.meta.require("node:readline");

export default {
  Readline,
  Interface,
  createInterface,
  [Symbol.for("CommonJS")]: 0,
};