UNPKG
@ch1/uid
Version:
latest (1.0.0)
1.0.0
0.3.0
0.2.0
0.1.0
Simple UID Generator
github.com/bennett000/ch1-uid
bennett000/ch1-uid
@ch1/uid
/
src
/
index.ts
3 lines
(2 loc)
•
65 B
text/typescript
View Raw
1
2
3
export
*
from
'./interfaces'
;
export
{ createUid }
from
'./uid'
;