UNPKG

@alexaegis/common

Version:
7 lines 223 B
/** * Randomizes the placement of elements within an array, shuffling it. * * It mutates the input array! */ export declare function shuffleArray<T>(array: T[]): T[]; //# sourceMappingURL=shuffle-array.function.d.ts.map