ab22451498f044d845bba46fdc47f782.json 783 B

1
  1. {"ast":null,"code":"var isCallable = require('../internals/is-callable');\n\nmodule.exports = function (it) {\n return typeof it == 'object' ? it !== null : isCallable(it);\n};","map":{"version":3,"sources":["/home/ilya/projects/NIX/homework/react/react-store/node_modules/core-js-pure/internals/is-object.js"],"names":["isCallable","require","module","exports","it"],"mappings":"AAAA,IAAIA,UAAU,GAAGC,OAAO,CAAC,0BAAD,CAAxB;;AAEAC,MAAM,CAACC,OAAP,GAAiB,UAAUC,EAAV,EAAc;AAC7B,SAAO,OAAOA,EAAP,IAAa,QAAb,GAAwBA,EAAE,KAAK,IAA/B,GAAsCJ,UAAU,CAACI,EAAD,CAAvD;AACD,CAFD","sourcesContent":["var isCallable = require('../internals/is-callable');\n\nmodule.exports = function (it) {\n return typeof it == 'object' ? it !== null : isCallable(it);\n};\n"]},"metadata":{},"sourceType":"script"}