executeSpec
executeSpec<
T>(spec,data,scope?):ExtractionResult<T>
Defined in: extract/execute.ts:343
Execute an extraction spec against data.
Type Parameters
Section titled “Type Parameters”T
Parameters
Section titled “Parameters”The extraction spec to execute
unknown
The data to extract from
scope?
Section titled “scope?”Optional scope carrying variable bindings from forEach iterations
Returns
Section titled “Returns”Extraction result with value or failure