UNPKG

fastify-openapi-connector

Version:

Fastify plugin that will set-up routes with security & json validation based on OpenAPI specification

8 lines (7 loc) 251 B
export * from './types.js'; export * from './components.js'; export * from './parseParams.js'; export * from './createSecurityProcessors.js'; export * from './routeSchema.js'; export * from './defaultOperationHandler.js'; export * from './plugin.js';