An open API service indexing awesome lists of open source software.

https://github.com/vasuvanka/vuniq

uniq string id generator for deno.
https://github.com/vasuvanka/vuniq

deno unique-id

Last synced: 2 months ago
JSON representation

uniq string id generator for deno.

Awesome Lists containing this project

README

          

# Uniq
Uniq string ID generator for Deno.

```js
import uniq from "https://deno.land/x/vuniq/mod.ts"
// default length is 12
uniq() //=> "sbYWZ1yWjU"

uniq(10) //=> "gtFo83Hh"
```
# LICENCE
MIT

# Free Software ,Hell ya