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