UNPKG

@rr0/cms

Version:

RR0 Content Management System (CMS)

5 lines (4 loc) 162 B
import { City } from "../../country/region/department/city/City.js"; export function usaCity(code, county, place) { return new City(code, county, [place]); }