2
0
mirror of synced 2025-02-24 12:08:10 +00:00
ethers.js/packages/random/shuffle.d.ts
2019-05-14 18:48:48 -04:00

2 lines
65 B
TypeScript

export declare function shuffled(array: Array<any>): Array<any>;