Your IP : 216.73.216.91


Current Path : /var/node/inatote/Inatote-Backend/node_modules/undefsafe/
Upload File :
Current File : /var/node/inatote/Inatote-Backend/node_modules/undefsafe/example.js

var undefsafe = require('undefsafe');

var object = {
  a: {
    b: {
      c: 1,
      d: [1, 2, 3],
      e: 'remy'
    }
  }
};

console.log(undefsafe(object, 'a.b.e')); // "remy"
console.log(undefsafe(object, 'a.b.not.found')); // undefined