@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.
13 lines • 537 B
TypeScript
import type { RulesEngineRunnerService } from '@o3r/rules-engine';
/** Jasmine Fixture class for RulesEngineRunnerService */
export declare class RulesEngineRunnerServiceFixture implements Readonly<Partial<RulesEngineRunnerService>> {
/** @inheritDoc */
upsertFacts: jasmine.Spy;
/** @inheritDoc */
upsertOperators: jasmine.Spy;
/** @inheritDoc */
enableRuleSetFor: jasmine.Spy;
/** @inheritDoc */
disableRuleSetFor: jasmine.Spy;
}
//# sourceMappingURL=rules-engine.runner.service.fixture.jasmine.d.ts.map