quartz/wallet/node_modules/@ethersproject/random/lib/shuffle.d.ts
2022-03-04 20:05:23 +08:00

2 lines
102 B
TypeScript

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