主题
从列表中获取随机项
Draw,就像'从牌组中抽一张牌',用于从数组中获取随机项。
import { draw } from 'radash' const fish = ['marlin', 'bass', 'trout'] draw(fish) // => a random fish