UNPKG
l7eval5
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
中文 | [English](./README-en_US.md)
l7eval5
/
dist
/
esm
/
evaluate.js
4 lines
•
131 B
JavaScript
View Raw
1
2
3
4
import
{ runInContext }
from
"./vm"
;
export
default
(
function
(
code, ctx, options
) {
return
runInContext
(code, ctx, options); });