WXL
3 天以前 3bd962a6d7f61239c020e2dbbeb7341e5b842dd1
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";