UNPKG

@prelude/array

Version:

Array module.

5 lines 184 B
import shuffle from './shuffle.js'; /** @returns shuffled array. */ const shuffled = (values) => shuffle(values.slice(0)); export default shuffled; //# sourceMappingURL=shuffled.js.map