and-killer

1.0.0 • Public • Published

and-killer

a better way to get obj's prop without eggache(蛋疼).

effect

if you have to do:

var movieName = res && res.body && res.body.data && res.body.data.movieName;

you can:

var ak = require('and-killer');
var movieName = ak(res)('body.data.movieName');

when a prop is undefined, you will get:

false

Dependents (0)

Package Sidebar

Install

npm i and-killer

Weekly Downloads

2

Version

1.0.0

License

MIT

Last publish

Collaborators

  • apro