2.0.0 • Published 1 year ago

@lumjs/uuid v2.0.0

Weekly downloads
-
License
(MIT OR GPL-2.0-o...
Repository
github
Last release
1 year ago

lum.uuid.js

A fork of Math.uuid.js ported to the CommonJS module format for better use in npm libraries.

Exports

I have split up the various UUID generator functions from the original library into individual modules, so you can load only the specific one you want to use.

ModuleDescription
@lumjs/uuidThe Math.uuid() function.
@lumjs/uuid/fastThe Math.uuidFast() function.
@lumjs/uuid/compactThe Math.uuidCompact() function.

Official URLs

This library can be found in two places:

Authors

Licenses

Dual licensed under the MIT and GPL licenses.

2.0.0

1 year ago