Current section

Files

Jump to
spellweaver priv bun node_modules cspell dist esm util stdin.js
Raw

priv/bun/node_modules/cspell/dist/esm/util/stdin.js

import * as readline from 'node:readline';
export function readStdin() {
return readline.createInterface(process.stdin);
}
//# sourceMappingURL=stdin.js.map