idgenerator-uuid-v4
v0.2.8
Published
an id generator alternative for uuid-v4
Downloads
2
Maintainers
Readme
idGenerator
#Installation
npm i idgenerator-uuid-v4
an utility to be applied for typescript project or javascript
while developing project, let's take React Native for example, we might need to pass down a key for views. However in Typescript project, some users find it inconvenient and confusing to config v4 package. Hence, this package might help you on that point partly.
import {idGenerator} from 'idgenerator-uuid-v4'
console.log(idGenerator()) //JFZnOgSc-0vqi-XvJI-254174739493
console.log(idGenerator()) //xJMhrfWk-7Stw-8FFY-672077676669
console.log(idGenerator()) //OL1XXEb9-LRuX-XfPQ-657354163129
console.log(idGenerator()) //Uzjo2GWi-Zbf2-Ozfv-472650618053