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.

3 lines (2 loc) 150 B
import type { Scalar } from '../nodes/Scalar.js'; export declare function stringifyNumber({ format, minFractionDigits, tag, value }: Scalar): string;