UNPKG

uuid-core

Version:

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

3 lines (2 loc) 118 B
import type { UUID, Namespace } from "./types"; export declare function v5(name: string, namespace: Namespace): UUID;