????

Your IP : 3.22.235.243


Current Path : C:/inetpub/vhost/invest.gdtsolutions.vn/api/node_modules/@nestjs/core/repl/
Upload File :
Current File : C:/inetpub/vhost/invest.gdtsolutions.vn/api/node_modules/@nestjs/core/repl/repl.d.ts

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