UNPKG

230 BTypeScriptView Raw
1import { Rule } from '@angular-devkit/schematics';
2import { Schema } from './schema';
3export declare function factory(options: Schema): Rule;
4export declare function createDependenciesMap(options: Schema): Record<string, string>;