@clipboard-health/rules-engine 1.2.9 → 1.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
# @clipboard-health/rules-engine
|
|
1
|
+
# @clipboard-health/rules-engine <!-- omit from toc -->
|
|
2
2
|
|
|
3
3
|
A pure functional rules engine with two rule runners:
|
|
4
4
|
|
|
5
5
|
- `firstMatch`: Runs the first rule that matches the criteria
|
|
6
6
|
- `all`: Runs all the rules that matches the criteria
|
|
7
7
|
|
|
8
|
-
## Table of
|
|
8
|
+
## Table of contents <!-- omit from toc -->
|
|
9
9
|
|
|
10
10
|
- [Install](#install)
|
|
11
11
|
- [Usage](#usage)
|
package/package.json
CHANGED