https://github.com/darky/json-logic-js-jit-tools
Additional tools for json-logic-js-jit
https://github.com/darky/json-logic-js-jit-tools
jit json jsonlogic logic rule tools
Last synced: 8 months ago
JSON representation
Additional tools for json-logic-js-jit
- Host: GitHub
- URL: https://github.com/darky/json-logic-js-jit-tools
- Owner: darky
- License: mit
- Created: 2021-09-26T20:00:40.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-09-26T20:06:21.000Z (over 4 years ago)
- Last Synced: 2025-02-23T20:47:19.446Z (over 1 year ago)
- Topics: jit, json, jsonlogic, logic, rule, tools
- Language: JavaScript
- Homepage:
- Size: 4.88 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# json-logic-js-jit-tools
Additional tools for [json-logic-js-jit](https://github.com/darky/json-logic-js-jit)
## Usage
```js
import 'json-logic-js-jit-tools';
// Now you can use additional tools with json-logic-js-jit
```
## Tools
- [x] log
- [x] var
- [x] if
- [x] min
- [x] max
## Examples
See [examples](https://github.com/darky/json-logic-js-jit-tools/blob/master/test.js)