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