0.2.5 • Published 5 years ago

expression-evaluator v0.2.5

Weekly downloads
4
License
ISC
Repository
github
Last release
5 years ago

Coverage Status Build Status

Expression evaluator

This module is aimed to evaluate expressions created with logical and/or comparison operators. It returns true if the given plain object property-value pairs match the preconfigured targeting expression and false if it does not. For now it is made to be used in determination of Abby experiments targeting. On the other hand it is a universal package and can be used for other purposes as well.

Usage

You just need to init the module to be able to use evaluator.

const expressionEvaluator = require('expression-evaluator');

Test

Run npm test to start tests. It will automatically generate coverage.

0.2.5

5 years ago

0.2.4

5 years ago

0.2.3

5 years ago

0.2.2

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.0

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago