@o3r/core
Version:
Core of the Otter Framework
10 lines • 306 B
TypeScript
import type { PresetOptions } from './preset.interface';
/**
* Preset Installing all the Otter modules
* @param options
*/
export declare function allPreset(options: PresetOptions): {
modules: string[];
rule: import("@angular-devkit/schematics").Rule;
};
//# sourceMappingURL=all.preset.d.ts.map