UNPKG
uuid-core
Version:
latest (1.0.0)
1.0.0
A simple UUID generator library for Node.js, NestJS, and Next.js
uuid-core
/
dist
/
uuid-v4.d.ts
3 lines
(2 loc)
•
73 B
TypeScript
View Raw
1
2
3
import
type
{
UUID
}
from
"./types"
;
export
declare
function
v4
(
):
UUID
;