芝麻web文件管理V1.00
编辑当前文件:/home/rejoandoctor/public_html/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"); };