UNPKG

@yolkai/nx-workspace

Version:

Extensible Dev Tools for Monorepos

6 lines (5 loc) 184 B
import { Rule } from '@angular-devkit/schematics'; /** * Calls init _if_ the package does not already exist */ export declare function addPackageWithInit(packageName: string): Rule;