Frontend/25_01_07/mai/node_modules/.cache/babel-loader/e8b99913aa4149f4c5fa415c07ce0ec1edfdca49fc631cdcac073f6e5e355f82.json
szabomarton 7f4a15b9c3 asd
2025-01-28 11:38:27 +01:00

1 line
1.7 KiB
JSON

{"ast":null,"code":"'use strict';\n\n// https://tc39.es/ecma262/#sec-IsHTMLDDA-internal-slot\nvar documentAll = typeof document == 'object' && document.all;\n\n// `IsCallable` abstract operation\n// https://tc39.es/ecma262/#sec-iscallable\n// eslint-disable-next-line unicorn/no-typeof-undefined -- required for testing\nmodule.exports = typeof documentAll == 'undefined' && documentAll !== undefined ? function (argument) {\n return typeof argument == 'function' || argument === documentAll;\n} : function (argument) {\n return typeof argument == 'function';\n};","map":{"version":3,"names":["documentAll","document","all","module","exports","undefined","argument"],"sources":["C:/Users/szabomarton/Desktop/Frontend/Frontend/25_01_07/mai/node_modules/core-js-pure/internals/is-callable.js"],"sourcesContent":["'use strict';\n// https://tc39.es/ecma262/#sec-IsHTMLDDA-internal-slot\nvar documentAll = typeof document == 'object' && document.all;\n\n// `IsCallable` abstract operation\n// https://tc39.es/ecma262/#sec-iscallable\n// eslint-disable-next-line unicorn/no-typeof-undefined -- required for testing\nmodule.exports = typeof documentAll == 'undefined' && documentAll !== undefined ? function (argument) {\n return typeof argument == 'function' || argument === documentAll;\n} : function (argument) {\n return typeof argument == 'function';\n};\n"],"mappings":"AAAA,YAAY;;AACZ;AACA,IAAIA,WAAW,GAAG,OAAOC,QAAQ,IAAI,QAAQ,IAAIA,QAAQ,CAACC,GAAG;;AAE7D;AACA;AACA;AACAC,MAAM,CAACC,OAAO,GAAG,OAAOJ,WAAW,IAAI,WAAW,IAAIA,WAAW,KAAKK,SAAS,GAAG,UAAUC,QAAQ,EAAE;EACpG,OAAO,OAAOA,QAAQ,IAAI,UAAU,IAAIA,QAAQ,KAAKN,WAAW;AAClE,CAAC,GAAG,UAAUM,QAAQ,EAAE;EACtB,OAAO,OAAOA,QAAQ,IAAI,UAAU;AACtC,CAAC","ignoreList":[]},"metadata":{},"sourceType":"script","externalDependencies":[]}