UNPKG

@rr0/cms

Version:

RR0 Content Management System (CMS)

6 lines (5 loc) 184 B
import { china } from "../China.js"; import { Region } from "../../country/region/Region.js"; export function chinaRegion(code, place) { return new Region(code, china, [place]); }