getprop

0.0.2 • Public • Published

getprop

Property getter for objects which supports nesting i.e. x.y.z

Install

npm install getprop

Usage

var bob = {
  name: 'bob',
  friend: {
    name: 'james'
  }
}
get(bob, 'friend.name') // => 'james'

Readme

Keywords

none

Package Sidebar

Install

npm i getprop

Weekly Downloads

0

Version

0.0.2

License

MIT

Last publish

Collaborators

  • airportyh