UNPKG
ai-uuid-v7
Version:
latest (1.2.1)
1.2.1
1.2.0
1.0.2
1.0.1
1.0.0
Library to generate uuidv7 with javascript
ai-uuid-v7
/
dist
/
index.d.ts
7 lines
(5 loc)
•
124 B
TypeScript
View Raw
1
2
3
4
5
6
7
declare
namespace
uuidv7
{
function
generate
(
):
string
;
function
getDate
(
uuid
:
string
):
Date
; }
export
{ uuidv7 };