[ICO]NameLast modifiedSizeDescription
[PARENTDIR]Parent Directory  -  
[DIR]test/2023-06-13 07:16 -  
[   ]LICENSE1985-10-26 08:15 734  
[TXT]README.md1985-10-26 08:15 445 d768d73 docs [كارل مبارك]
[   ]index.js1985-10-26 08:15 287 3e510ca test new git [كارل مبارك]
[   ]package.json2023-06-13 07:17 1.5K3e510ca test new git [كارل مبارك]
unique-slug
===========

Generate a unique character string suitible for use in files and URLs.

```
var uniqueSlug = require('unique-slug')

var randomSlug = uniqueSlug()
var fileSlug = uniqueSlug('/etc/passwd')
```

### uniqueSlug(*str*) → String (8 chars)

If *str* is passed in then the return value will be its murmur hash in
hex.

If *str* is not passed in, it will be 4 randomly generated bytes
converted into 8 hexadecimal characters.