Skip to content

rich-97/get-randomly-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

get-randomly-js

npm npm

Function for get randomly items for a iterator.

Installation

Via npm: npm i get-randomly.

Usage

Simple example:

const getRandomly = require('get-randomly')

const arr = [true, 'foo', function(){}]
const randomItem = getRandomly(arr)

Test

For test this package execute: npm run test.

License

MIT

About

Function for get randomly items.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published