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

2 lines
102 B
TypeScript
Raw Normal View History

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