UNPKG

@rr0/cms

Version:

RR0 Content Management System (CMS)

6 lines (5 loc) 364 B
import { Place } from "@rr0/place"; import { westVirginia } from "../WestVirginia.js"; import { Department } from "../../../../country/region/department/Department.js"; import { WestVirginiaCountyCode } from "../WestVirginiaCountyCode.js"; export const mason = Department.create(WestVirginiaCountyCode.mason, westVirginia, Place.fromDMS("38°02′N,81°05′W"));