This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

dot-pluck

1.1.1 • Public • Published

Pluck

Installation

npm i dot-pluck

Example

const Pluck = require('dot-pluck');

var data = {
  name: {
    first: 'john',
    last: 'doe'
  }
};

var p = Pluck.load(data);

console.log(p.get('name.first')); // john

Readme

Keywords

Package Sidebar

Install

npm i dot-pluck

Weekly Downloads

3

Version

1.1.1

License

MIT

Unpacked Size

2.6 kB

Total Files

4

Last publish

Collaborators

  • f2face