Skip to content

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.

FormatSpec

unknown

SpecScope

ExtractionResult<unknown>