UNPKG
@goa/uuid
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
[fork] Simple, fast generation of RFC4122 UUIDS.
github.com/idiocc/uuid
idiocc/uuid
@goa/uuid
/
types
/
externs.js
9 lines
(8 loc)
•
223 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
/* typal types/index.xml externs */
/**
@const
*/
var
_goa = {}
/** * Optional uuid state to apply. *
@typedef
{{ random: ((!Array<number>)|undefined), rng: ((function(): !Array<number>)|undefined) }} */
_goa.UuidConfig