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.
- Host: GitHub
- URL: https://github.com/vasuvanka/vuniq
- Owner: vasuvanka
- License: mit
- Created: 2020-05-15T19:04:41.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-14T17:35:21.000Z (almost 6 years ago)
- Last Synced: 2025-09-15T05:58:14.578Z (9 months ago)
- Topics: deno, unique-id
- Language: TypeScript
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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