MCPcopy
hub / github.com/TypeStrong/ts-node / start

Method start

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

Start a node REPL

()

Source from the content-addressed store, hash-verified

98 evalAwarePartialHost: EvalAwarePartialHost;
99 /** Start a node REPL */
100 start(): void;
101 /**
102 * Start a node REPL, evaling a string of TypeScript before it starts.
103 * @deprecated

Callers 4

phase4Function · 0.80
repl.spec.tsFile · 0.80
executeInReplFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected