Skip to content

MatchSpec

Defined in: extract/spec.ts:100

Match specification - conditional extraction based on predicates

T extends Spec = Spec

readonly cases: readonly MatchCase<T>[]

Defined in: extract/spec.ts:103


readonly optional default: T

Defined in: extract/spec.ts:104


readonly kind: "match"

Defined in: extract/spec.ts:101


readonly path: JsonPath

Defined in: extract/spec.ts:102