UNPKG

no-hassle

Version:

Makes Node.js route handling easy with support for [Joi schema](https://github.com/hapijs/joi) validation and automatic Swagger generation based on these schema definitions. Uses Expressjs routing mechanism.

3 lines (2 loc) 241 B
import { ISwaggerDefinition, ISwaggerBaseDefinition } from '../interfaces'; export declare const baseDefinition: ({ title, description, host, schemes, basePath, contact, version, apiVersion, }: ISwaggerBaseDefinition) => ISwaggerDefinition;