VideoQuest / src /lib /pick.ts
jbilcke-hf's picture
jbilcke-hf HF staff
added two new styles
2f0f4c5
raw
history blame
88 Bytes
export const pick = (items: string[]) => items[Math.floor(Math.random()*items.length)]