UNPKG

fluent-ts-validator

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