random-object-value

July 2, 2024 ยท View on GitHub

Get a random value from an object

Install

npm install random-object-value

Usage

import randomObjectValue from 'random-object-value';

randomObjectValue({foo: '๐Ÿด', bar: '๐Ÿฆ„'});
//=> '๐Ÿฆ„'