UNPKG

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