File size: 88 Bytes
fecef05 |
1 2 3 |
export const pick = (items: string[]) => items[Math.floor(Math.random()*items.length)]
|
fecef05 |
1 2 3 |
export const pick = (items: string[]) => items[Math.floor(Math.random()*items.length)]
|