UNPKG
@routineless/nx-aws-cdk
Version:
beta (1.4.3-beta.2)
latest (1.4.2)
1.4.3-beta.2
1.4.3-beta.1
1.4.3-beta.0
1.4.2
1.4.1
1.4.0
1.3.0
1.2.0
1.1.0
1.1.0-beta.0
1.0.0
0.1.1
0.1.0
0.0.1-beta.5
0.0.1-beta.4
0.0.1-beta.3
0.0.1-beta.2
0.0.1-beta.1
Nx plugin for AWS CDK
github.com/KozelAnatoliy/routineless
KozelAnatoliy/routineless
@routineless/nx-aws-cdk
/
src
/
executors
/
lambda-runtime
/
lib
/
ast
/
index.d.ts
5 lines
(4 loc)
•
227 B
TypeScript
View Raw
1
2
3
4
5
export
*
from
'./util'
;
export
{ modificationFactory }
from
'./modifications'
;
export
{ resolveReexportingName }
from
'./modifications-util'
;
export
type
{
Imports
,
Modifications
,
ImportSpecifiersModification
}
from
'./types'
;