UNPKG

lightfold

Version:

lightweight scaffolding and archiving utility CLI.

9 lines (6 loc) 182 B
"use strict"; var value = require("./valid-value"); module.exports = function (code) { // eslint-disable-next-line no-new-func return new Function("return " + value(code))(); };