standard-objects-eval
v1.0.0
Published
Standard built-in object eval
Readme
standard-objects-eval
The standard built-in object eval if it exists, otherwise undefined.
Notice: this is indirect eval. use javascript-interpreter if you want a wrapper for direct eval.
Part of the Standard Objects project.
Installation
npm install standard-objects-evalUsage
const $eval = require("standard-objects-eval")
const assert = require("assert")
assert($eval === eval)