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
/
generators
/
preset
/
index.d.ts
5 lines
(4 loc)
•
248 B
TypeScript
View Raw
1
2
3
4
5
import
{
GeneratorCallback
,
Tree
}
from
'@nx/devkit'
;
import
type
{
PresetGeneratorSchema
}
from
'./schema'
;
declare
const
presetGenerator
:
(
tree
:
Tree
,
options
:
PresetGeneratorSchema
) =>
Promise
<
GeneratorCallback
>;
export
default
presetGenerator;