UNPKG

uuid-core

Version:

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

3 lines (2 loc) 102 B
export type UUID = `${string}-${string}-${string}-${string}-${string}`; export type Namespace = UUID;