observer / src /lib /pick.ts
jbilcke-hf's picture
jbilcke-hf HF staff
initial commit
65ee86e
raw
history blame contribute delete
88 Bytes
export const pick = (items: string[]) => items[Math.floor(Math.random()*items.length)]