Preview: example.js
Size: 245 B
/home/byroehnu/.trash/node_modules11/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
Directory Contents
Dirs: 2 × Files: 7