barton
Duplicate from jbilcke-hf/LifeSim
da798b4
raw
history blame contribute delete
88 Bytes
export const pick = (items: string[]) => items[Math.floor(Math.random()*items.length)]