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

9 lines (5 loc) 128 B
'use strict'; /*jshint esversion: 6 */ var expr = require('./lib'); module.exports = expr; //# sourceMappingURL=index.js.map