UNPKG

polyfact

Version:

<h1 align="center">PolyFact</h1>

4 lines (3 loc) 127 B
/// <reference types="node" /> import { UUID } from "crypto"; export declare function isValidUUIDV4(uuid: UUID): uuid is UUID;