Skip to content

lucadv/pickme

Repository files navigation

Overview

A module that, given a list of elements, randomly pick up one and return it. The list must contain elements of type number, string or boolean. It can contain duplicated elements and elements of different types.

Usage

const Pickme = require('@lucadv/pickme');
const picked = new Pickme(['a', 'b', 'c']).pickOne(); // will be one of a, b or c

About

A library to randomly pick up an element from a list passed by the user

Resources

Stars

Watchers

Forks

Packages

No packages published