{"version":3,"sources":["webpack://Unipol/./node_modules/core-js/internals/is-array.js"],"names":["classof","module","exports","Array","isArray","arg"],"mappings":"mFAAA,IAAIA,EAAU,EAAQ,MAItBC,EAAOC,QAAUC,MAAMC,SAAW,SAAiBC,GACjD,MAAuB,SAAhBL,EAAQK","file":"3157.aeea78f177445aa8ef81.js","sourcesContent":["var classof = require('../internals/classof-raw');\n\n// `IsArray` abstract operation\n// https://tc39.github.io/ecma262/#sec-isarray\nmodule.exports = Array.isArray || function isArray(arg) {\n return classof(arg) == 'Array';\n};\n"],"sourceRoot":""}