UNPKG

fluent-ts-validator

Version:
7 lines (6 loc) 295 B
import { PropertyValidator } from "../PropertyValidator"; export declare class DoesNotContainElementValidator<TProperty> implements PropertyValidator<Iterable<TProperty>> { private nonSeed; constructor(nonSeed: TProperty); isValid(input: Iterable<TProperty> | undefined): boolean; }