UNPKG

react-klasha

Version:

This is an reactJS library for implementing klasha payment gateway

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