UNPKG

@o3r/core

Version:
12 lines 334 B
import { Rule } from '@angular-devkit/schematics'; /** * Rule factory to include `ng add` skeleton * @param options */ export declare const updateTemplates: (options: any) => Rule; /** * add a new ngUpdate function * @param options */ export declare const ngAddCreate: (options: any) => Rule; //# sourceMappingURL=index.d.ts.map