UNPKG

jsexpr

Version:

String and JSON expression interpolator and evaluator. Interpolates or evaluates a string against a json object, or transforms an object into another based on a json template

6 lines (3 loc) 86 B
/*jshint esversion: 6 */ const expr = require('./lib'); module.exports = expr;