| DIR:/proc/self/cwd/bright.medisavehealthcarebd.com/node_modules/type/array/ |
| Current File : //proc/self/cwd/bright.medisavehealthcarebd.com/node_modules/type/array/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, "%v is not an array object", arguments[1]);
};
|