UNPKG

@sword-health/ui-http-mapper

Version:

UI clients tool for consumption of easy to read/config endpoint maps

5 lines (4 loc) 149 B
export function getRandomItemFromArray(array) { const randomIndex = Math.floor(Math.random() * (array.length - 0)); return array[randomIndex]; }