@aofl/uuid
v3.14.1
Published
An ultra-light (192b gzip) uuid like random value generator
Downloads
706
Maintainers
Readme
@aofl/uuid-service
An ultra-light (192b gzip) uuid like random value generator.
Note: this service does not generate actual uuids and does not guarantee uniqueness. Do not use it to enforce data integrity
Exmaples
- https://codesandbox.io/s/github/AgeOfLearning/aofl/tree/v3.0.0/aofl-js-packages/uuid/examples/generate
Installation
npm i -S uuid
Usage
import {uuid} from '@aofl/uuid-service';
uuid(); // 'c50afaae-5a30-4d39-8af4-105b05983052'