@o3r/core
Version:
Core of the Otter Framework
9 lines • 355 B
TypeScript
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