1.0.0 • Published 9 years ago
scope-eval v1.0.0
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 6Eval a string with a passed scope
Example:
scopeEval = require('scope-eval')
scopeEval("a + b + c", {
  a: 1,
  b: 2,
  c: 3
}) // Returns 6