This package has been deprecated

Author message:

Deprecated in favor of `Object.values()`.

object-values

3.0.0 • Public • Published

Deprecated in favor of Object.values().


object-values

Get the values of an object

Returns an array of own enumerable property values of an object.

Install

$ npm install object-values

Usage

const objectValues = require('object-values');

objectValues({foo: 0, bar: 1});
//=> [0, 1]

License

MIT © Sindre Sorhus

Package Sidebar

Install

npm i object-values

Weekly Downloads

355,451

Version

3.0.0

License

MIT

Unpacked Size

2.07 kB

Total Files

4

Last publish

Collaborators

  • sindresorhus