UNPKG

@rr0/cms

Version:

RR0 Content Management System (CMS)

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