UNPKG

fluent-ts-validator

Version:
4 lines (3 loc) 102 B
export interface PropertyValidator<TProperty> { isValid(input: TProperty | undefined): boolean; }