D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
etb1lp46s9ed
/
washeet.softurecs.com
/
node_modules
/
@hapi
/
hoek
/
lib
/
Filename :
stringify.js
back
Copy
'use strict'; const internals = {}; module.exports = function (...args) { try { return JSON.stringify(...args); } catch (err) { return '[Cannot display object: ' + err.message + ']'; } };