@goparrot/geocoder
Version:
TypeScript GeoCoder, node geocoding library, supports google maps, mapquest, here, open street map, tom tom
6 lines (5 loc) • 315 B
TypeScript
import type { ValidationArguments, ValidatorConstraintInterface } from 'class-validator';
export declare class IsExactMatchApplicableConstraint implements ValidatorConstraintInterface {
validate(exactMatch: boolean, args: ValidationArguments): boolean;
defaultMessage(_args: ValidationArguments): string;
}