UNPKG

@jojoxd/barrels-nx

Version:
4 lines (3 loc) 189 B
import { Tree } from "@nx/devkit"; import { Schema as ConfigurationSchema } from "../schema"; export declare function addBarrelTask(tree: Tree, schema: ConfigurationSchema): Promise<void>;