@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.
7 lines • 316 B
TypeScript
import type { Rule } from '@angular-devkit/schematics';
/**
* Replace `actionHandlers.add` or `actionHandlers.delete` by `registerActionHandlers` or `unregisterActionHandlers` in file
* @param tree
*/
export declare const useRegisterActionHandlers: Rule;
//# sourceMappingURL=use-register-action-handlers.d.ts.map