UNPKG

fluent-ts-validator

Version:
5 lines (4 loc) 192 B
import { PropertyValidator } from "../PropertyValidator"; export declare class IsHexadecimalValidator implements PropertyValidator<string> { isValid(input: string | undefined): boolean; }