MCPcopy
hub / github.com/arktypeio/arktype / node

Method node

ark/type/scope.ts:405–405  ·  view source on GitHub ↗
(
		kinds: kinds,
		schema: NodeSchema<flattenListable<kinds>>,
		opts?: BaseParseOptions
	)

Source from the content-addressed store, hash-verified

403 defineSchema<const def extends RootSchema>(schema: def): def
404
405 node<kinds extends NodeKind | array<RootKind>>(
406 kinds: kinds,
407 schema: NodeSchema<flattenListable<kinds>>,
408 opts?: BaseParseOptions

Callers 15

match.tsFile · 0.80
InternalScopeClass · 0.80
parseBranchTupleFunction · 0.80
parseObjectFunction · 0.80
parseObjectLiteralFunction · 0.80
appendNamedPropFunction · 0.80
parseEnclosedFunction · 0.80
maybeParseReferenceFunction · 0.80
getIoFunction · 0.80
_transformFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected