UNPKG

@rr0/cms

Version:

RR0 Content Management System (CMS)

5 lines (4 loc) 256 B
import { Department } from "../../../country/region/department/Department.js"; import { City } from "../../../country/index.js"; import { Place } from "@rr0/place"; export declare function spainCity(code: string, province: Department, place: Place): City;