public vend()

in lib/util/uid.ts [13:15]


    public vend() {
        return `${dict[Math.floor(Math.random() * 51)]}${uid()}`
    }