UNPKG

@acuris/eslint-config

Version:
5 lines (3 loc) 141 B
'use strict'; const hasOwnProp = Object.prototype.hasOwnProperty; module.exports = (object, property) => hasOwnProp.call(object, property);