@f/get-prop

1.1.1 • Public • Published

get-prop

Build status Git tag NPM version Code style

Get nested property from object.

Installation

$ npm install @f/get-prop

Usage

var getProp = require('@f/get-prop')

var obj = {foo: {bar: 'baz'}}
getProp('foo.bar', obj) // => 'baz'

API

getProp(path, obj)

  • path - array or dot seperated string specifying path
  • obj - obj to retrieve property from

Returns: property

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i @f/get-prop

Weekly Downloads

217

Version

1.1.1

License

MIT

Last publish

Collaborators

  • f