UNPKG

cdk-openapi-to-http-api

Version:

CDK Construct that lets you build AWS Api Gateway Http Api, backed by Lambdas, based on a OpenAPI spec file.

4 lines (3 loc) 198 B
import { Document } from '../doc/Document.js'; import { ToStringOptions } from '../options.js'; export declare function stringifyDocument(doc: Readonly<Document>, options: ToStringOptions): string;