Page MenuHomeSoftware Heritage

try-to-string.js
No OneTemporary

try-to-string.js

var $String = String;
module.exports = function (argument) {
try {
return $String(argument);
} catch (error) {
return 'Object';
}
};

File Metadata

Mime Type
text/plain
Expires
Mon, Aug 18, 7:02 PM (1 w, 3 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3319799

Event Timeline