@superblocks-at/formula
TypeScript icon, indicating that this package has built-in type declarations

3.15.0 • Public • Published

Circle CI npm version

Formula expressions and functions for JavaScript.

Install

npm install --save formula

General Usage

import { run } from "formula";
run("sum(a, b, c) = 1+2+3", { a: 1, b: 2, c: 3 });

Browser ready

Add to the browser with:

<script type="text/javascript" src="https://unpkg.com/formula@3.8.1/lib/formula.min.js"

Dependencies (0)

    Dev Dependencies (8)

    Package Sidebar

    Install

    npm i @superblocks-at/formula

    Weekly Downloads

    2

    Version

    3.15.0

    License

    MIT

    Unpacked Size

    134 kB

    Total Files

    7

    Last publish

    Collaborators

    • rbabayoff