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
/
lib
/
util-functions.d.ts
4 lines
(3 loc)
•
189 B
TypeScript
View Raw
1
2
3
4
import
{
Tree
}
from
"@nx/devkit"
;
import
{
Schema
as
ConfigurationSchema
}
from
"../schema"
;
export
declare
function
addBarrelTask
(
tree: Tree, schema: ConfigurationSchema
):
Promise
<
void
>;