| Current Path : /home/deltalab/PMS/logistic-backend/node_modules/@hapi/hoek/lib/ |
| Current File : //home/deltalab/PMS/logistic-backend/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 + ']';
}
};