Skip to content

repl

reference
1 min readUpdated

Kind: Function

Source: packages/core/repl/repl.ts

Part of: Core

Signature

ts
async function repl(module: Type | DynamicModule, replOptions: ReplOptions)

Parameters

NameType
module`Type
replOptionsReplOptions

Relationships

  • IMPORTS → DynamicModule
  • IMPORTS → Logger
  • IMPORTS → Type

Was this page helpful?

Download as PDF
repl — NestJS head-to-head