UNPKG

@rr0/cms

Version:

RR0 Content Management System (CMS)

6 lines (5 loc) 186 B
import { europeanRegion } from "../../Region_eu.js"; import { poland } from "../Poland.js"; export function polandRegion(code, place) { return europeanRegion(code, poland, place); }