UNPKG

aws-cdk

Version:

AWS CDK CLI, the command line tool for CDK apps

4 lines (3 loc) 231 B
import type { IoHelper } from '../api-private'; export declare function checkForPlatformWarnings(ioHelper: IoHelper): Promise<void>; export declare function isVersionBetween(version: string, lower: string, upper: string): boolean;