UNPKG

aws-cdk

Version:

CDK Toolkit, the command line tool for CDK apps

3 lines (2 loc) 128 B
export type RangeType = 'bracket' | 'pep'; export declare function rangeFromSemver(ver: string, targetType: RangeType): string;