UNPKG

@o3r/rules-engine

Version:

This module provides a rule engine that can be executed on your Otter application to customize your application (translations, placeholders and configs) based on a json file generated by your CMS.

10 lines 282 B
import { Rule } from '@angular-devkit/schematics'; /** * update of Otter library V10.0 */ export declare const updateV100: (options: any) => Rule; /** * Update of Otter library V11.6 */ export declare const updateV116: (options: any) => Rule; //# sourceMappingURL=index.d.ts.map