UNPKG

just-animate

Version:
6 lines (5 loc) 184 B
Object.defineProperty(exports, "__esModule", { value: true }); function shuffle(choices) { return choices[Math.floor(Math.random() * choices.length)]; } exports.shuffle = shuffle;