MCPcopy Create free account
hub / github.com/TypeStrong/ts-node / yn

Function yn

src/util.ts:20–22  ·  view source on GitHub ↗
(value: string | undefined)

Source from the content-addressed store, hash-verified

18 * @internal
19 */
20export function yn(value: string | undefined) {
21 return ynModule(value) ?? undefined;
22}
23
24/**
25 * Like `Object.assign`, but ignores `undefined` properties.

Callers 1

index.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected