Return an array of all values from the given object.
Install with npm
$ npm i get-values --save
Install with bower
$ bower install get-values --save
var values = require('get-values'); values({a: 'aaa', b: 'bbb', c: 'ccc'}); //=> ['aaa', 'bbb', 'ccc']
a.b.c
) to get a nested value from an object.Install dev dependencies:
Pull requests and stars are always welcome. For bugs and feature requests, please create an issue
Jon Schlinkert
Copyright © 2015 Jon Schlinkert Released under the MIT license.
This file was generated by verb-cli on June 07, 2015.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4