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