@o3r/core
Version:
Core of the Otter Framework
22 lines • 570 B
TypeScript
import { Rule } from '@angular-devkit/schematics';
/**
* Update of Otter library V8.2
*/
export declare const updateV8_2: (options: any) => Rule;
/**
* Update of Otter library V10.0
*/
export declare const updateV10_0: (options: any) => Rule;
/**
* Update of Otter library V12.0
*/
export declare const updateV12_0: (options: any) => Rule;
/**
* Update of Otter library V12.1
*/
export declare const updateV12_1: (options: any) => Rule;
/**
* Update of All versions
*/
export declare const updateAll: (options: any) => Rule;
//# sourceMappingURL=index.d.ts.map