UNPKG

@rr0/cms

Version:

RR0 Content Management System (CMS)

7 lines (6 loc) 417 B
import { UsaCountyCode } from "../../UsaCountyCode.js"; import { Place } from "@rr0/place"; import { CmsOrganization } from "../../../../CmsOrganization.js"; import { pennsylvania } from "../Pennsylvania.js"; import { OrganizationKind } from "@rr0/data"; export const westmoreland = new CmsOrganization(UsaCountyCode.westmoreland, [Place.fromDMS("40°19′N 79°28′W")], OrganizationKind.department, pennsylvania);