芝麻web文件管理V1.00
编辑当前文件:/home/rejoandoctor/public_html/node_modules/collect.js/src/methods/has.js
'use strict'; const variadic = require('../helpers/variadic'); module.exports = function has(...args) { const properties = variadic(args); return properties.filter(key => Object.hasOwnProperty.call(this.items, key)).length === properties.length; };