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) 237 B
import { Scalar } from '../nodes/Scalar.js'; import type { StringifyContext } from './stringify.js'; export declare function stringifyString(item: Scalar, ctx: StringifyContext, onComment?: () => void, onChompKeep?: () => void): string;