@ndhoule/values
v2.0.1
Published
Create an array of the owned/enumerable values of an input object.
Readme
values 
Create a list containing the values of an input object.
Installation
$ component install ndhoule/values
$ npm install @ndhoule/valuesAPI
values(object : Object) => Array
values({ a: 1, b: 2, c: 3 });
//=> [1, 2, 3]License
Released under the MIT license.
