UNPKG
@jojoxd/barrels-nx
Version:
latest (0.0.1-alpha.0)
next (0.0.1-alpha.0)
0.0.1-alpha.0
Barrels NX Plugin
gitlab.jojoxd.nl/jojoxd-npm/barrels
@jojoxd/barrels-nx
/
src
/
generators
/
configuration
/
generator.d.ts
5 lines
(4 loc)
•
201 B
TypeScript
View Raw
1
2
3
4
5
import
{
Tree
}
from
'@nx/devkit'
;
import
{
Schema
}
from
'./schema'
;
export
declare
function
configurationGenerator
(
tree: Tree, options: Schema
):
Promise
<
void
>;
export
default
configurationGenerator;