README.mkd 239 字节 原文件 审查 历史 永久链接 has Object.prototype.hasOwnProperty.call shortcut Installation npm install --save has Usage var has = require('has'); has({}, 'hasOwnProperty'); // false has(Object.prototype, 'hasOwnProperty'); // true