Preview: stringify.js
Size: 224 B
/home/byroehnu/easepaybiz.easetack.com/node_modules/@hapi/hoek/lib/stringify.js
'use strict';
const internals = {};
module.exports = function (...args) {
try {
return JSON.stringify(...args);
}
catch (err) {
return '[Cannot display object: ' + err.message + ']';
}
};
Directory Contents
Dirs: 0 × Files: 27