UNPKG
jsp-el
Version:
latest (0.0.1)
0.0.1
Parse and exec JSP EL expresson in JS.
github.com/luobotang/jsp-el.js
luobotang/jsp-el.js
jsp-el
/
lib
/
index.js
2 lines
•
67 B
JavaScript
View Raw
1
2
exports.parse
= require(
'./parse'
)
exports.exec
= require(
'./exec'
)