UNPKG

@o3r/schematics

Version:

Schematics module of the Otter framework

11 lines 295 B
import type { Rule } from '@angular-devkit/schematics'; /** * Rule to add imports to a file * @param filePath * @param imports */ export declare const addImportsRule: (filePath: string, imports: { from: string; importNames: string[]; }[]) => Rule; //# sourceMappingURL=index.d.ts.map