1 |
- {"ast":null,"code":"var global = require('../internals/global');\n\nvar String = global.String;\n\nmodule.exports = function (argument) {\n try {\n return String(argument);\n } catch (error) {\n return 'Object';\n }\n};","map":{"version":3,"sources":["/home/ilya/projects/NIX/homework/react/react-store/node_modules/core-js-pure/internals/try-to-string.js"],"names":["global","require","String","module","exports","argument","error"],"mappings":"AAAA,IAAIA,MAAM,GAAGC,OAAO,CAAC,qBAAD,CAApB;;AAEA,IAAIC,MAAM,GAAGF,MAAM,CAACE,MAApB;;AAEAC,MAAM,CAACC,OAAP,GAAiB,UAAUC,QAAV,EAAoB;AACnC,MAAI;AACF,WAAOH,MAAM,CAACG,QAAD,CAAb;AACD,GAFD,CAEE,OAAOC,KAAP,EAAc;AACd,WAAO,QAAP;AACD;AACF,CAND","sourcesContent":["var global = require('../internals/global');\n\nvar String = global.String;\n\nmodule.exports = function (argument) {\n try {\n return String(argument);\n } catch (error) {\n return 'Object';\n }\n};\n"]},"metadata":{},"sourceType":"script"}
|