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

2 lines
102 B
TypeScript
Raw Permalink Normal View History

2022-04-11 17:14:19 -04:00
export declare function shuffle<T = any>(array: Array<T>): void;
//# sourceMappingURL=shuffle.d.ts.map