values

v1.0.0arrow_drop_down
v1.0.0
v0.0.1
STATUS
Passing
DOWNLOADS
26
LICENSE
MIT
VISIBILITY
Public
PUBLISHED
7 years ago
SIZE
567 B
get all object values.
2 contributors
Install values as a package?
Copied
npm i @bit/bit.utils.object.values
Set Bit as a scoped registryLearn more
npm config set '@bit:registry' https://node.bit.cloud
Component Example
React
React
Vue
Angular
React Native
Add dependency... help_outline
Just
import
any of the 1 million components
and packages in Bit or NPM to the example.
import Button from '@bit/grommet.grommet.button';
import Lodash from 'lodash';
toggle layout
No preview available
modifieddraft
chevron_left
chevron_right
values (
object:object
) : []

get all object values.

Example
values({ a: 1, b: 2, c: 3 }) // => [1, 2, 3]
Argument
object: object
Returns
[]

object's values

Test Summary

#values() should return values foo from object

Pass
Help and resources