芝麻web文件管理V1.00
编辑当前文件:/home/rejoandoctor/public_html/node_modules/es5-ext/iterable/validate.js
"use strict"; var is = require("./is"); module.exports = function (value) { if (is(value)) return value; throw new TypeError(value + " is not an iterable or array-like"); };