jbilcke-hf's picture
jbilcke-hf HF staff
making progress on the AI Stories Factory
6821e3e
raw
history blame
88 Bytes
export const pick = (items: string[]) => items[Math.floor(Math.random()*items.length)]