Skip to content

compileValidators

compileValidators(spec): Promise<{ paths: Map<string, { paramNames: string[]; regex: RegExp; }>; validators: ValidatorCache; }>

Defined in: src/plugins/middleware/openapi-validator.ts:139

any

Promise<{ paths: Map<string, { paramNames: string[]; regex: RegExp; }>; validators: ValidatorCache; }>