melanieseltzer / pikkr

Pick something random from a list of items.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pikkr

Don't what to choose? pikkr returns a random element from an array, so you don't have to.

Install

$ npm install pikkr

Usage

import pikkr from 'pikkr';

// feed it an array of anything
const result = pikkr(['hi', 2, { name: 'Fred' }]);

console.log(result);
//=> randomly chosen element from the array is returned

License

ISC © Melanie Seltzer

About

Pick something random from a list of items.

License:ISC License


Languages

Language:TypeScript 84.1%Language:JavaScript 15.9%