UNPKG

uuid-core

Version:

A simple UUID generator library for Node.js, NestJS, and Next.js

3 lines (2 loc) 73 B
import type { UUID } from "./types"; export declare function v1(): UUID;