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.
Type Parameters
Section titled “Type Parameters”Properties
Section titled “Properties”
readonlykind:"try"
Defined in: extract/spec.ts:131
readonlyspecs: readonlyT[]
Defined in: extract/spec.ts:132