芝麻web文件管理V1.00
编辑当前文件:/home/rejoandoctor/www/node_modules/es5-ext/array/to-array.js
"use strict"; var from = require("./from") , isArray = Array.isArray; module.exports = function (arrayLike) { return isArray(arrayLike) ? arrayLike : from(arrayLike); };