UNPKG

formulax

Version:

Fast javascript expression parser and compiler.

21 lines (14 loc) 202 B
# formulax ## Installation ``` yarn add formulax ``` ``` import formulax from 'formulax' ``` ## Test & Development ``` git clone https://github.com/ekorzun/formulax.git yarn install yarn test ```