UNPKG

@rr0/cms

Version:

RR0 Content Management System (CMS)

5 lines (4 loc) 149 B
import { City } from "../../../country/index.js"; export function spainCity(code, province, place) { return new City(code, province, [place]); }