Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 311 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 311 Bytes

Random Pick

Travis CI

import randomPick from "@rojo2/random-pick";

const listOfNumbers = [1,2,3,4];
const number = randomPick(listOfNumbers); // random value from listOfNumbers 

Made with ❤️ by ROJO 2 (http://rojo2.com)