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) 136 B
import { ISwaggerOptions } from '../interfaces'; export declare const writeSwagger: (options?: ISwaggerOptions, path?: string) => void;