UNPKG

@o3r/core

Version:
10 lines 306 B
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