UNPKG

openapi-metadata

Version:

Auto-Generate OpenAPI specifications from Typescript decorators

8 lines (5 loc) 260 B
import type { OpenAPIV3 } from "openapi-types"; export { generateDocument } from "./generators/document.js"; export { getSchemaPath } from "./utils/schema.js"; export type { TypeLoaderFn } from "./types.js"; export type OpenAPIDocument = OpenAPIV3.Document;