UNPKG

@chainsafe/libp2p-gossipsub

Version:
7 lines 163 B
/** * Pseudo-randomly shuffles an array * * Mutates the input array */ export declare function shuffle<T>(arr: T[]): T[]; //# sourceMappingURL=shuffle.d.ts.map