@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.
5 lines • 306 B
TypeScript
import { type RulesEngineExtractorBuilderSchema } from './schema';
export type * from './schema';
declare const _default: import("@angular-devkit/architect").Builder<RulesEngineExtractorBuilderSchema & import("@angular-devkit/core").JsonObject>;
export default _default;
//# sourceMappingURL=index.d.ts.map