UNPKG

turkey-location-data

Version:
6 lines 211 B
import { Province } from "./interfaces"; export declare function readTurkeyLocationData(): Province[]; export declare function readPlateCodes(): { [key: number]: string; }; //# sourceMappingURL=data.d.ts.map