Your IP : 216.73.217.95


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