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.d.ts
5 lines
(4 loc)
•
231 B
TypeScript
View Raw
1
2
3
4
5
import
{
type
Tree
}
from
"@nx/devkit"
;
import
type
{
TestingGeneratorSchema
}
from
"./schema"
;
export
declare
function
testingGenerator
(
tree
:
Tree
,
options
:
TestingGeneratorSchema
):
Promise
<
void
>;
export
default
testingGenerator;