2.0.11 • Published 2 years ago
@adriantombu/array-shuffle v2.0.11
Yet Another Array Shuffle Package
A package that... well... shuffles the values of an array. Yup. That's all. All in 206 bytes of code.
How to use it
- Install the library first with
yarn add @adriantombu/array-shuffle
- And then import it in your script
const { arrayShuffle } = require('@adriantombu/array-shuffle')
const myRandomArray = [ "I", "believe", "I", "can", "fly"]
const myShuffledArray = arrayShuffle(myRandomArray)
[ "fly", "I", "can", "believe", "I"]
How to contribute
- Clone the repository
git clone git@github.com:adriantombu/array-shuffle.git
- Install the packages with
yarn install
- Modify the
src/index.ts
file - When everything's done, you can send a PR \o/
2.0.11
2 years ago
2.0.10
5 years ago
2.0.9
5 years ago
2.0.7
5 years ago
2.0.8
5 years ago
2.0.6
5 years ago
2.0.4
5 years ago
2.0.3
6 years ago
2.0.2
6 years ago
2.0.1
6 years ago
2.0.0
6 years ago
1.0.13
6 years ago
1.0.12
6 years ago
1.0.11
6 years ago
1.0.10
6 years ago
1.0.9
7 years ago
1.0.8
7 years ago
1.0.7
7 years ago
1.0.6
7 years ago
1.0.5
7 years ago
1.0.3
7 years ago
1.0.2
7 years ago
1.0.1
7 years ago
1.0.0
7 years ago
0.0.1
7 years ago