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

Function create

src/index.ts:622–625  ·  view source on GitHub ↗
(rawOptions: CreateOptions = {})

Source from the content-addressed store, hash-verified

620 * @category Basic
621 */
622export function create(rawOptions: CreateOptions = {}): Service {
623 const foundConfigResult = findAndReadConfig(rawOptions);
624 return createFromPreloadedConfig(foundConfigResult);
625}
626
627/** @internal */
628export function createFromPreloadedConfig(

Callers 1

registerFunction · 0.70

Calls 2

findAndReadConfigFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…