UNPKG

jsp-el

Version:

Parse and exec JSP EL expresson in JS.

6 lines (5 loc) 95 B
// TODO: ast + data -> result function exec(ast, data) { return null } module.exports = exec