You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

1 lines
712 B

{"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,"names":["module","exports","argument"],"sources":["/Users/mahdi/Documents/work/programming/barnameNegar/arbaeenWebApp/node_modules/core-js-pure/internals/is-callable.js"],"sourcesContent":["// `IsCallable` abstract operation\n// https://tc39.es/ecma262/#sec-iscallable\nmodule.exports = function (argument) {\n return typeof argument == 'function';\n};\n"],"mappings":"AAAA;AACA;AACAA,MAAM,CAACC,OAAP,GAAiB,UAAUC,QAAV,EAAoB;EACnC,OAAO,OAAOA,QAAP,IAAmB,UAA1B;AACD,CAFD"},"metadata":{},"sourceType":"script"}