UNPKG

fluent-ts-validator

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