UNPKG

rjweb-server

Version:

Easy and Robust Way to create a Web Server with Many Easy-to-use Features in NodeJS

4 lines (3 loc) 195 B
import { GlobalContext } from "../types/context"; import { OpenAPIObject } from "../types/openAPI3"; export default function generateOpenAPI3(ctg: GlobalContext, server?: string): OpenAPIObject;