UNPKG

@rr0/cms

Version:

RR0 Content Management System (CMS)

6 lines (5 loc) 215 B
import { City } from "../../../../country/region/department/city/City.js"; import { sanDiego } from "./SanDiego.js"; export function sanDiegoCity(zipCode, place) { return new City(zipCode, sanDiego, [place]); }