ai-tube / src /lib /pick.ts
jbilcke-hf's picture
jbilcke-hf HF staff
🍿
1f122c3
raw
history blame
No virus
88 Bytes
export const pick = (items: string[]) => items[Math.floor(Math.random()*items.length)]