MapSpec
Defined in: extract/spec.ts:125
Map specification - applies a transform function to a successful extraction result.
Type Parameters
Section titled “Type Parameters”Out = unknown
Properties
Section titled “Properties”description
Section titled “description”
readonlydescription:string
Defined in: extract/spec.ts:129
readonlyfn: (value) =>Out
Defined in: extract/spec.ts:128
Parameters
Section titled “Parameters”unknown
Returns
Section titled “Returns”Out
readonlykind:"map"
Defined in: extract/spec.ts:126
schemaHint?
Section titled “schemaHint?”
readonlyoptionalschemaHint:Record<string,unknown>
Defined in: extract/spec.ts:130
source
Section titled “source”
readonlysource:T
Defined in: extract/spec.ts:127