MCPcopy Index your code
hub / github.com/TypeStrong/ts-node / startInternal

Method startInternal

src/repl.ts:107–107  ·  view source on GitHub ↗

@internal

(opts?: ReplOptions)

Source from the content-addressed store, hash-verified

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

Callers 2

executeInReplFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected