SpecExecutor
SpecExecutor = (
spec,data,scope?) =>ExtractionResult<unknown>
Defined in: extract/execute.ts:60
A function that executes a format-specific ExtractSpec against data. The optional third parameter receives the current scope for variable resolution.
Parameters
Section titled “Parameters”unknown
scope?
Section titled “scope?”Returns
Section titled “Returns”ExtractionResult<unknown>