UNPKG

@nrwl/schematics

Version:

Extensible Dev Tools for Monorepos: Schematics

8 lines (7 loc) 183 B
interface Schema { npmScope: string; name: string; skipInstall: boolean; } export default function (schema: Schema): import("@angular-devkit/schematics").Rule; export {};