UNPKG
formulax
Version:
latest (1.1.5)
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.0.1
Fast javascript expression parser and compiler.
ekorzun/formulax
formulax
/
README.md
21 lines
(14 loc)
•
202 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# formulax
## Installation
``
` yarn add formulax `
``
``
` import formulax from 'formulax' `
``
## Test & Development
``
` git clone https://github.com/ekorzun/formulax.git yarn install yarn test `
``