ethers.js/packages/random/lib/shuffle.d.ts

2 lines
65 B
TypeScript

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