2.0.1 • Published 8 years ago

@ndhoule/values v2.0.1

Weekly downloads
1,142
License
MIT
Repository
github
Last release
8 years ago

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.