jbilcke-hf's picture
jbilcke-hf HF staff
initial commit
624088c
raw
history blame
No virus
88 Bytes
export const pick = (items: string[]) => items[Math.floor(Math.random()*items.length)]