DIR: /proc/1784574/task/1784574/root/usr/share/node_modules/core-js/internals/ |
Current File : //proc/1784574/task/1784574/root/usr/share/node_modules/core-js/internals/try-to-string.js |
var $String = String; module.exports = function (argument) { try { return $String(argument); } catch (error) { return 'Object'; } }; |