ruslanmv's picture
First commit
5f663a9
raw
history blame
88 Bytes
export const pick = (items: string[]) => items[Math.floor(Math.random()*items.length)]