UNPKG

eval5

Version:

A JavaScript interpreter written in JavaScript

7 lines (6 loc) 215 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var vm_1 = require("./vm"); exports.default = (function (code, ctx, options) { return (0, vm_1.runInContext)(code, ctx, options); });