UNPKG
sst-aws-cdk
Version:
latest (2.1018.1-3)
2.1018.1
2.1018.1-3
2.1018.1-2
2.1018.1-1
2.1005.0
2.179.0
2.179.0-3
2.179.0-2
2.179.0-1
2.171.1
2.171.1-4
2.171.1-3
2.171.1-2
2.171.1-1
2.161.1
2.161.1-2
2.161.1-1
2.142.1
2.132.1
2.124.0
2.110.1
2.110.1-1
2.101.1
2.100.0
2.95.1
2.91.0
2.84.0
2.69.0
2.62.2-3
2.62.2-2
2.62.2-1
AWS CDK CLI, the command line tool for CDK apps
github.com/aws/aws-cdk
aws/aws-cdk-cli
sst-aws-cdk
/
lib
/
cli
/
platform-warnings.d.ts
3 lines
(2 loc)
•
165 B
TypeScript
View Raw
1
2
3
export
declare
function
checkForPlatformWarnings
(
):
Promise
<
void
>;
export
declare
function
isVersionBetween
(
version
:
string
,
lower
:
string
,
upper
:
string
):
boolean
;