File size: 138 Bytes
b82d373
 
 
 
1
2
3
4
5
// Polyfill for old Safari versions
if (!Object.hasOwn) {
    Object.hasOwn = function (obj, prop) { return obj.hasOwnProperty(prop); }
}