@azrico/uid
TypeScript icon, indicating that this package has built-in type declarations

1.0.8 • Public • Published

@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 ©

Readme

Keywords

none

Package Sidebar

Install

npm i @azrico/uid

Weekly Downloads

212

Version

1.0.8

License

MIT

Unpacked Size

4.7 kB

Total Files

4

Last publish

Collaborators

  • azrideus