UNPKG

fluent-ts-validator

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