2.0.1 • Published 5 years ago

bingo-extract v2.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

bingo-extraction

Installation

npm install bingo-extraction

Usage

By popular demand, bingo-extraction!

var bingo = require('bingo-extraction');

console.log(bingo.extract()) // random number ex: 12
console.log(bingo.getExtracted()); // array that contains extracted number ex:[12, 23]
console.log(bingo.getBag()); // array that NOT contains extracted number ex:[1,2,3...]
bingo.reset() // to reset bag and extracted
2.0.1

5 years ago

2.0.0

5 years ago

1.0.0

5 years ago