HOME


sh-3ll 1.0
DIR:/proc/self/cwd/bright.medisavehealthcarebd.com/node_modules/object-inspect/example/
Upload File :
Current File : //proc/self/cwd/bright.medisavehealthcarebd.com/node_modules/object-inspect/example/circular.js
'use strict';

var inspect = require('../');
var obj = { a: 1, b: [3, 4] };
obj.c = obj;
console.log(inspect(obj));