UNPKG

249 BTypeScriptView Raw
1/// <reference types="node" />
2import { DynamicModule, Type } from '@nestjs/common';
3import type { ReplOptions } from 'repl';
4export declare function repl(module: Type | DynamicModule, replOptions?: ReplOptions): Promise<import("repl").REPLServer>;