芝麻web文件管理V1.00
编辑当前文件:/home/rejoandoctor/public_html/node_modules/ext/node_modules/type/constructor/ensure.js
"use strict"; var resolveException = require("../lib/resolve-exception") , is = require("./is"); module.exports = function (value /*, options*/) { if (is(value)) return value; var options = arguments[1]; var errorMessage = options && options.name ? "Expected a constructor function for %n, received %v" : "%v is not a constructor function"; return resolveException(value, errorMessage, options); };