UNPKG

@rr0/cms

Version:

RR0 Content Management System (CMS)

6 lines (5 loc) 201 B
import { City } from "../../../../../country/region/department/city/City.js"; import { nwp } from "./Nwp.js"; export function createCity(zipCode, place) { return new City(zipCode, nwp, [place]); }