UNPKG

@rr0/cms

Version:

RR0 Content Management System (CMS)

6 lines (5 loc) 337 B
import { UsaCountyCode } from "../../UsaCountyCode.js"; import { Place } from "@rr0/place"; import { washington } from "../Washington.js"; import { Department } from "../../../../country/region/department/Department.js"; export const pierce = Department.create(UsaCountyCode.pierce, washington, Place.fromDMS("47°03′N 122°07′W"));