ethers.js/packages/providers/lib/shuffle.d.ts
2022-04-11 17:14:19 -04:00

2 lines
102 B
TypeScript

export declare function shuffle<T = any>(array: Array<T>): void;
//# sourceMappingURL=shuffle.d.ts.map