1 line
1.3 KiB
JSON
1 line
1.3 KiB
JSON
|
{"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,"names":["TO_STRING_TAG_SUPPORT","require","classof","module","exports","toString"],"sources":["/Users/paolasanchez/Desktop/Pry4/Katoikia/katoikia-app/web-ui/sakai-react/node_modules/core-js/internals/object-to-string.js"],"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"],"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;EACzE,OAAO,aAAaH,OAAO,CAAC,IAAD,CAApB,GAA6B,GAApC;AACD,CAFD"},"metadata":{},"sourceType":"script"}
|