UNPKG

361 BTypeScriptView Raw
1import { ValidationOptions } from '../ValidationOptions';
2export declare const IS_LATITUDE = "isLatitude";
3/**
4 * Checks if a given value is a latitude.
5 */
6export declare function isLatitude(value: string): boolean;
7/**
8 * Checks if a given value is a latitude.
9 */
10export declare function IsLatitude(validationOptions?: ValidationOptions): PropertyDecorator;