ad2c4b10be241970851ae78dd1c7d7f3.json 1.4 KB

1
  1. {"ast":null,"code":"var uncurryThis = require('../internals/function-uncurry-this');\n\nvar toObject = require('../internals/to-object');\n\nvar hasOwnProperty = uncurryThis({}.hasOwnProperty); // `HasOwnProperty` abstract operation\n// https://tc39.es/ecma262/#sec-hasownproperty\n\nmodule.exports = Object.hasOwn || function hasOwn(it, key) {\n return hasOwnProperty(toObject(it), key);\n};","map":{"version":3,"sources":["/home/ilya/projects/NIX/homework/react-store/node_modules/core-js-pure/internals/has-own-property.js"],"names":["uncurryThis","require","toObject","hasOwnProperty","module","exports","Object","hasOwn","it","key"],"mappings":"AAAA,IAAIA,WAAW,GAAGC,OAAO,CAAC,oCAAD,CAAzB;;AACA,IAAIC,QAAQ,GAAGD,OAAO,CAAC,wBAAD,CAAtB;;AAEA,IAAIE,cAAc,GAAGH,WAAW,CAAC,GAAGG,cAAJ,CAAhC,C,CAEA;AACA;;AACAC,MAAM,CAACC,OAAP,GAAiBC,MAAM,CAACC,MAAP,IAAiB,SAASA,MAAT,CAAgBC,EAAhB,EAAoBC,GAApB,EAAyB;AACzD,SAAON,cAAc,CAACD,QAAQ,CAACM,EAAD,CAAT,EAAeC,GAAf,CAArB;AACD,CAFD","sourcesContent":["var uncurryThis = require('../internals/function-uncurry-this');\nvar toObject = require('../internals/to-object');\n\nvar hasOwnProperty = uncurryThis({}.hasOwnProperty);\n\n// `HasOwnProperty` abstract operation\n// https://tc39.es/ecma262/#sec-hasownproperty\nmodule.exports = Object.hasOwn || function hasOwn(it, key) {\n return hasOwnProperty(toObject(it), key);\n};\n"]},"metadata":{},"sourceType":"script"}