UNPKG

@rr0/cms

Version:

RR0 Content Management System (CMS)

6 lines (5 loc) 306 B
import { City } from "../../country/region/department/city/City.js"; import { Department } from "../../country/region/department/Department.js"; import { Place } from "@rr0/place"; export declare const ukCities: City[]; export declare function ukCity(code: string, county: Department, place: Place): City;