{"ast":null,"code":"/** A util to check whether the object has a key, while inferring the correct key type */\nfunction hasOwnProperty(obj, key) {\n  return Object.prototype.hasOwnProperty.call(obj, key);\n}\nexport { hasOwnProperty };","map":{"version":3,"names":["hasOwnProperty","obj","key","Object","prototype","call"],"sources":["../../../src/helpers/has-own-property.ts"],"sourcesContent":[null],"mappings":"AAAA;AACA,SAASA,cAAcA,CACrBC,GAAuB,EACvBC,GAA6B;EAE7B,OAAOC,MAAM,CAACC,SAAS,CAACJ,cAAc,CAACK,IAAI,CAACJ,GAAG,EAAEC,GAAG,CAAC;AACvD;AAEA,SAASF,cAAc"},"metadata":{},"sourceType":"module","externalDependencies":[]}