UNPKG
gaia.db-lite
Version:
latest (0.0.1-alpha6)
0.0.1-alpha6
0.0.1-alpha5
0.0.1-alpha4
0.0.1-alpha3
0.0.1-alpha2
0.0.1-alpha1
A lite version of Gaia.DB.
github.com/NekoMaru76/Gaia.DB-Lite
NekoMaru76/Gaia.DB-Lite
gaia.db-lite
/
src
/
cuid.js
1 lines
•
84 B
JavaScript
View Raw
1
module
.
exports
=
() =>
`
${
Date
.now()}
.
${
Math
.random()}
.
${
Date
.now()*
Math
.random()}
`
;