npm.io
11.14.0 • Published 5 years ago

@unction/values

Licence
SEE LICENSE IN LICENSE
Version
11.14.0
Deps
3
Size
15 kB
Vulns
0
Weekly
67

@unction/values

Tests Stability Dependencies

Array | Set | Record<string | number | symbol, B> | Map<B, A> | string => Array

Takes an iterable and returns it's values.

values({aaa: "111", bbb: "222"}) // ["111", "222"]
values(["aaa", "bbb"]) // ["aaa", "bbb"]

Keywords