UNPKG
@kcinternals/nx-plugin
Version:
latest (0.2.0)
0.2.0
0.1.1
0.0.1
nx plugins for kcws internal usage
kcws.kamontat.net
kc-workspace/kcws
@kcinternals/nx-plugin
/
src
/
generators
/
generator
/
generator.d.ts
5 lines
(4 loc)
•
232 B
TypeScript
View Raw
1
2
3
4
5
import
type
{
GeneratorGeneratorSchema
}
from
"./schema"
;
import
{
type
Tree
}
from
"@nx/devkit"
;
declare
function
generatorGenerator
(
tree
:
Tree
,
options
:
GeneratorGeneratorSchema
):
Promise
<
void
>;
export
default
generatorGenerator;