zanekwok's picture
init
450060f
raw
history blame
88 Bytes
export const pick = (items: string[]) => items[Math.floor(Math.random()*items.length)]