UNPKG

@wesleytodd/openapi

Version:

Middleware for generating OpenAPI/Swagger documentation for your Express app

11 lines (9 loc) 129 B
'use strict' module.exports = { openapi: '3.0.0', info: { title: 'Express App', version: '1.0.0' }, paths: {} }