@internal
(opts?: ReplOptions)
| 105 | start(code: string): void; |
| 106 | /** @internal */ |
| 107 | startInternal(opts?: ReplOptions): REPLServer; |
| 108 | /** @internal */ |
| 109 | readonly stdin: NodeJS.ReadableStream; |
| 110 | /** @internal */ |
no outgoing calls
no test coverage detected