UNPKG

@o3r/core

Version:
9 lines 355 B
import { type Rule } from '@angular-devkit/schematics'; import type { PresetOptions } from './preset.interface'; /** * Default implementation of the preset rule * @param moduleToInstall * @param options */ export declare function defaultPresetRuleFactory(moduleToInstall: string[], options?: PresetOptions): Rule; //# sourceMappingURL=helpers.d.ts.map