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
/
convert-to-user-input.d.ts
4 lines
(3 loc)
•
187 B
TypeScript
View Raw
1
2
3
4
import
{
UserInput
}
from
'./user-input'
;
export
declare
function
convertYargsToUserInput
(
args
:
any
):
UserInput
;
export
declare
function
convertConfigToUserInput
(
config
:
any
):
UserInput
;