turkey-location-data
Version:
Turkey province, district and neighborhood data
15 lines • 540 B
TypeScript
export declare function getAllProvinces(): {
name: string;
apiId: number;
}[];
export declare function getDistrictsByProvinceApiId(provinceApiId: number): {
name: string;
apiId: number;
}[];
export declare function getNeighborhoodsByDistrictApiId(districtApiId: number): string[];
export declare function getDistrictsByProvinceName(provinceName: string): {
name: string;
apiId: number;
}[];
export declare function getProvinceNameByPlateCode(plateCode: number): string | null;
//# sourceMappingURL=functions.d.ts.map