scope-eval

1.0.0 • Public • Published

scope-eval

Eval a string with a passed scope

Example:

scopeEval = require('scope-eval')
 
scopeEval("a + b + c", {
  a: 1,
  b: 2,
  c: 3
}) // Returns 6

Readme

Keywords

none

Package Sidebar

Install

npm i scope-eval

Weekly Downloads

44,082

Version

1.0.0

License

MIT

Last publish

Collaborators

  • alexdavid