UNPKG

fluent-ts-validator

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