Skip to content

How to create a stateful rule engine in Typescript? #9

Description

@akreienbring

With this code:

const baseEngine: RuleEngine = createRuleEngine();
const statefulEngine: StatefulRuleEngine = new StatefulRuleEngine(baseEngine);

Typescript is not happy.

Any advise?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions