UNPKG

lenye_base

Version:

基础方法

8 lines (5 loc) 152 B
'use strict'; function hasOwnProperty(obj, keyName) { return Object.prototype.hasOwnProperty.call(obj, keyName); } module.exports = hasOwnProperty;