Uniq
Uniq string ID generator for Deno.
import uniq from "https://deno.land/x/vuniq/mod.ts"
// default length is 12
uniq() //=> "sbYWZ1yWjU"
uniq(10) //=> "gtFo83Hh"
LICENCE
MIT
Uniq string ID generator for Deno.
import uniq from "https://deno.land/x/vuniq/mod.ts"
// default length is 12
uniq() //=> "sbYWZ1yWjU"
uniq(10) //=> "gtFo83Hh"
MIT