UNPKG

@o3r/schematics

Version:

Schematics module of the Otter framework

6 lines 224 B
import type { Rule } from '@angular-devkit/schematics'; /** Rule Factory prototype */ export type RuleFactory = (options: { [k: string]: unknown; }, rootPath: string) => Rule; //# sourceMappingURL=rule-factories.d.ts.map