1.0.8 • Published 4 months ago

@azrico/uid v1.0.8

Weekly downloads
-
License
MIT
Repository
-
Last release
4 months ago

@azrico/uid

Generates a string that is unique in the runtime of your app (refreshes when restarting app)

Install

yarn add @azrico/uid

Usage

import uid from "deus-localuid"
...
let var_a= uid.localuid();
let var_b= uid.localuid();
let var_c= uid.localuid();

...

License

MIT ©

1.0.8

4 months ago

1.0.7

4 months ago

1.0.2

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.1

3 years ago

1.0.0

3 years ago