1 |
- {"ast":null,"code":"'use strict';\n\nvar TO_STRING_TAG_SUPPORT = require('../internals/to-string-tag-support');\n\nvar classof = require('../internals/classof'); // `Object.prototype.toString` method implementation\n// https://tc39.es/ecma262/#sec-object.prototype.tostring\n\n\nmodule.exports = TO_STRING_TAG_SUPPORT ? {}.toString : function toString() {\n return '[object ' + classof(this) + ']';\n};","map":{"version":3,"sources":["/Users/jane/Documents/Курс Front-end/HW8/myproject/node_modules/core-js-pure/internals/object-to-string.js"],"names":["TO_STRING_TAG_SUPPORT","require","classof","module","exports","toString"],"mappings":"AAAA;;AACA,IAAIA,qBAAqB,GAAGC,OAAO,CAAC,oCAAD,CAAnC;;AACA,IAAIC,OAAO,GAAGD,OAAO,CAAC,sBAAD,CAArB,C,CAEA;AACA;;;AACAE,MAAM,CAACC,OAAP,GAAiBJ,qBAAqB,GAAG,GAAGK,QAAN,GAAiB,SAASA,QAAT,GAAoB;AACzE,SAAO,aAAaH,OAAO,CAAC,IAAD,CAApB,GAA6B,GAApC;AACD,CAFD","sourcesContent":["'use strict';\nvar TO_STRING_TAG_SUPPORT = require('../internals/to-string-tag-support');\nvar classof = require('../internals/classof');\n\n// `Object.prototype.toString` method implementation\n// https://tc39.es/ecma262/#sec-object.prototype.tostring\nmodule.exports = TO_STRING_TAG_SUPPORT ? {}.toString : function toString() {\n return '[object ' + classof(this) + ']';\n};\n"]},"metadata":{},"sourceType":"script"}
|