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

2 lines
102 B
TypeScript
Raw Permalink Normal View History

2019-05-14 18:48:48 -04:00
export declare function shuffled(array: Array<any>): Array<any>;
//# sourceMappingURL=shuffle.d.ts.map