UNPKG

eval5

Version:

A JavaScript interpreter written in JavaScript

5 lines (4 loc) 126 B
import { runInContext } from "./vm"; export default (code, ctx, options) => { return runInContext(code, ctx, options); };