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