bluealba / rules-js

A simple rule-engine for javascript
Other
80 stars 7 forks source link

Does this do nested rules? #64

Open radiantone opened 3 years ago

radiantone commented 3 years ago

Hi

A simple list of if/thens is easy. But a rules engine needs to trigger rules after the effects of other rules trigger. Does this package do that? Any examples?