ai-tube / src /lib /utils /pick.ts
jbilcke's picture
working to improve the clap format
f42b4a1
raw
history blame
88 Bytes
export const pick = (items: string[]) => items[Math.floor(Math.random()*items.length)]