UNPKG

@rr0/cms

Version:

RR0 Content Management System (CMS)

6 lines (5 loc) 391 B
import { FranceDepartementCode } from "../../FranceDepartementCode.js"; import { Place } from "@rr0/place"; import { bourgogneFrancheComte } from "../BourgogneFrancheComte.js"; import { Department } from "../../../../../country/region/department/Department.js"; export const jura = Department.create(FranceDepartementCode.Jura, bourgogneFrancheComte, Place.fromDMS("46°40′N,5°40′E"));