Hotalen's picture
Upload 206 files
4baf4b0 verified
raw
history blame contribute delete
88 Bytes
export const pick = (items: string[]) => items[Math.floor(Math.random()*items.length)]