UNPKG

@rr0/cms

Version:

RR0 Content Management System (CMS)

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