UNPKG

image-wife

Version:

A library for compile-time and runtime procedural modification of photographic images.

4 lines (3 loc) 116 B
export const getRandomIndex = <T extends any>(arr: T[]): T => ( arr[Math.floor(Math.random() * arr.length)] );