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.

8 lines 258 B
export * from './debug/engine.debug'; export * from './engine'; export * from './engine.interface'; export * from './fact/index'; export * from './operator/index'; export * from './rule/index'; export * from './structure'; //# sourceMappingURL=index.d.ts.map