Erik Kudra

Results 1 comments of Erik Kudra

@zohabAli I used this import statement: `import * as jsonLogic from 'json-logic-js/logic.js'` and next in code I just call the function apply: `jsonLogic.apply( { "==" : [1, 1] } )`