UNPKG

hummus-recipe

Version:

A powerful PDF tool for NodeJS based on HummusJS

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))(); };