UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

8 lines 223 B
/** * Randomly re-orders items in-place * @template T * @param {function} random * @param {T[]} array */ export function array_shuffle<T>(random: Function, array: T[]): void; //# sourceMappingURL=array_shuffle.d.ts.map