Skip to content

TrySpec

Defined in: extract/spec.ts:130

Try specification - ordered fallback chain. Tries specs in order, returns the first success. If all fail, returns the last failure.

T extends Spec = Spec

readonly kind: "try"

Defined in: extract/spec.ts:131


readonly specs: readonly T[]

Defined in: extract/spec.ts:132