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