99a81bc61d48e89b313ffd1a26de8783.json 686 B

1
  1. {"ast":null,"code":"// `IsCallable` abstract operation\n// https://tc39.es/ecma262/#sec-iscallable\nmodule.exports = function (argument) {\n return typeof argument == 'function';\n};","map":{"version":3,"sources":["/home/ilya/projects/NIX/temp/react/store/node_modules/core-js-pure/internals/is-callable.js"],"names":["module","exports","argument"],"mappings":"AAAA;AACA;AACAA,MAAM,CAACC,OAAP,GAAiB,UAAUC,QAAV,EAAoB;AACnC,SAAO,OAAOA,QAAP,IAAmB,UAA1B;AACD,CAFD","sourcesContent":["// `IsCallable` abstract operation\n// https://tc39.es/ecma262/#sec-iscallable\nmodule.exports = function (argument) {\n return typeof argument == 'function';\n};\n"]},"metadata":{},"sourceType":"script"}