node_modules/@types/node/repl.d.ts
@@ -1,13 +1,3 @@ /** * The `node:repl` module provides a Read-Eval-Print-Loop (REPL) implementation * that is available both as a standalone program or includible in other * applications. It can be accessed using: * * ```js * import repl from 'node:repl'; * ``` * @see [source](https://github.com/nodejs/node/blob/v25.x/lib/repl.js) */ declare module "node:repl" { import { AsyncCompleter, Completer, Interface, InterfaceEventMap } from "node:readline"; import { InspectOptions } from "node:util";