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) 164 B
import type { Token } from '../parse/cst.js'; export declare function emptyScalarPosition(offset: number, before: Token[] | undefined, pos: number | null): number;