hasOwn.js 106 Bytes Raw Blame History Permalink 1 2 3 export function hasOwn (source, target) { return Object.prototype.hasOwnProperty.call(source, target) }