@ndhoule/values

2.0.1 • Public • Published

values CI

Create a list containing the values of an input object.

Installation

$ component install ndhoule/values
$ npm install @ndhoule/values

API

values(object : Object) => Array

values({ a: 1, b: 2, c: 3 });
//=> [1, 2, 3]

License

Released under the MIT license.

Package Sidebar

Install

npm i @ndhoule/values

Weekly Downloads

288

Version

2.0.1

License

MIT

Last publish

Collaborators

  • ndhoule