UNPKG

@rr0/cms

Version:

RR0 Content Management System (CMS)

6 lines (5 loc) 416 B
import { FranceDepartementCode } from "../../FranceDepartementCode.js"; import { Place } from "@rr0/place"; import { collectiviteOutreMer } from "../CollectiviteOutreMer.js"; import { Department } from "../../../../../country/region/department/Department.js"; export const nouvelleCaledonie = Department.create(FranceDepartementCode.NouvelleCaledonie, collectiviteOutreMer, Place.fromDMS(`21°15′S,165°18′E`));