random-object-value

Get a random property from an object

MIT License

Downloads
4
Stars
13
Committers
3

random-object-value

Get a random value from an object

Install

npm install random-object-value

Usage

import randomObjectValue from 'random-object-value';

randomObjectValue({foo: '🐴', bar: '🦄'});
//=> '🦄'

Related