registerSpecExecutor
registerSpecExecutor(
format,executor):void
Defined in: extract/execute.ts:64
Register a format-specific spec executor. Format packages call this to enable their spec types in executeSpec().
Parameters
Section titled “Parameters”format
Section titled “format”string
The format identifier (e.g., ‘json’, ‘xlsx’, ‘csv’)
executor
Section titled “executor”Function that executes ExtractSpecs of this format
Returns
Section titled “Returns”void