2.0.11 • Published 10 months ago

@adriantombu/array-shuffle v2.0.11

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

Yet Another Array Shuffle Package

npm version npm.io

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

10 months ago

2.0.10

4 years ago

2.0.9

4 years ago

2.0.7

4 years ago

2.0.8

4 years ago

2.0.6

4 years ago

2.0.4

4 years ago

2.0.3

4 years ago

2.0.2

4 years ago

2.0.1

5 years ago

2.0.0

5 years ago

1.0.13

5 years ago

1.0.12

5 years ago

1.0.11

5 years ago

1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.0.1

6 years ago