UNPKG

openapi-backend

Version:

Build, Validate, Route, Authenticate and Mock using OpenAPI definitions. Framework-agnostic

6 lines (5 loc) 158 B
import { OpenAPIBackend } from './backend'; export default OpenAPIBackend; export * from './backend'; export * from './router'; export * from './validation';