Packages
A spellchecker for Elixir, made with Bun and cspell
Current section
Files
Jump to
Current section
Files
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