| DIR:/proc/self/cwd/bright.medisavehealthcarebd.com/node_modules/es5-ext/object/ |
| Current File : //proc/self/cwd/bright.medisavehealthcarebd.com/node_modules/es5-ext/object/validate-array-like.js |
"use strict";
var isArrayLike = require("./is-array-like");
module.exports = function (obj) {
if (isArrayLike(obj)) return obj;
throw new TypeError(obj + " is not array-like value");
};
|