An open API service indexing awesome lists of open source software.

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

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)