1.0.8 • Published 1 year ago

@azrico/uid v1.0.8

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year 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

1 year ago

1.0.7

1 year ago

1.0.2

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.1

4 years ago

1.0.0

4 years ago