@geogirafe/lib-geoportal
Version:
GeoGirafe is a flexible application to build online geoportals.
10 lines (9 loc) • 543 B
TypeScript
export declare const xmlNumberTypesStrList: string[];
export declare const xmlStringTypesStrList: string[];
export declare const xmlDatetimeTypesStrList: string[];
export declare const xmlTypesStrList: readonly string[];
export type XmlTypes = (typeof xmlTypesStrList)[number];
export declare function isStringNumeric(str: string): boolean;
export declare function isString(attributeType: XmlTypes): boolean;
export declare function isNumber(attributeType: XmlTypes): boolean;
export declare function isDate(attributeType: XmlTypes): boolean;