UNPKG

fluent-ts-validator

Version:
7 lines (6 loc) 270 B
import { PropertyValidator } from "../PropertyValidator"; export declare class IsUuidValidator implements PropertyValidator<string> { private version; constructor(version?: "all" | "3" | "4" | "5" | undefined); isValid(input: string | undefined): boolean; }