Skip to content

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().

string

The format identifier (e.g., ‘json’, ‘xlsx’, ‘csv’)

SpecExecutor

Function that executes ExtractSpecs of this format

void