1 | import { ValidationOptions } from '../ValidationOptions';
|
2 | export declare const IS_LATLONG = "isLatLong";
|
3 | /**
|
4 | * Checks if a value is string in format a "latitude,longitude".
|
5 | */
|
6 | export declare function isLatLong(value: string): boolean;
|
7 | /**
|
8 | * Checks if a value is string in format a "latitude,longitude".
|
9 | */
|
10 | export declare function IsLatLong(validationOptions?: ValidationOptions): PropertyDecorator;
|