UNPKG

@rr0/cms

Version:

RR0 Content Management System (CMS)

6 lines (5 loc) 192 B
import { algeria } from "../Algeria.js"; import { Region } from "../../country/region/Region.js"; export function algeriaRegion(code, place) { return new Region(code, algeria, [place]); }