Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
File size: 88 Bytes
624088c |
1 2 3 |
export const pick = (items: string[]) => items[Math.floor(Math.random()*items.length)]
|