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.

6 lines 209 B
import type { Rule } from '@angular-devkit/schematics'; /** * Update the Rule Engine service name */ export declare function updateRuleEngineService(): Rule; //# sourceMappingURL=action-module-split.d.ts.map