:: **Zploit** v1.0 | Current Path: **/home/ev8tmzj0ufzx/public_html/node_modules/type/value/**
:: Editing File: ensure.js
"use strict"; var resolveException = require("../lib/resolve-exception") , is = require("./is"); module.exports = function (value/*, options*/) { if (is(value)) return value; return resolveException(value, "Cannot use %v", arguments[1]); };