88859428ce032a11f820675009662d68.json 1008 B

1
  1. {"ast":null,"code":"var toObject = require('../internals/to-object');\n\nvar hasOwnProperty = {}.hasOwnProperty;\n\nmodule.exports = Object.hasOwn || function hasOwn(it, key) {\n return hasOwnProperty.call(toObject(it), key);\n};","map":{"version":3,"sources":["/Users/jane/Documents/Курс Front-end/HW8/myproject/node_modules/core-js-pure/internals/has.js"],"names":["toObject","require","hasOwnProperty","module","exports","Object","hasOwn","it","key","call"],"mappings":"AAAA,IAAIA,QAAQ,GAAGC,OAAO,CAAC,wBAAD,CAAtB;;AAEA,IAAIC,cAAc,GAAG,GAAGA,cAAxB;;AAEAC,MAAM,CAACC,OAAP,GAAiBC,MAAM,CAACC,MAAP,IAAiB,SAASA,MAAT,CAAgBC,EAAhB,EAAoBC,GAApB,EAAyB;AACzD,SAAON,cAAc,CAACO,IAAf,CAAoBT,QAAQ,CAACO,EAAD,CAA5B,EAAkCC,GAAlC,CAAP;AACD,CAFD","sourcesContent":["var toObject = require('../internals/to-object');\n\nvar hasOwnProperty = {}.hasOwnProperty;\n\nmodule.exports = Object.hasOwn || function hasOwn(it, key) {\n return hasOwnProperty.call(toObject(it), key);\n};\n"]},"metadata":{},"sourceType":"script"}