UNPKG

@rr0/cms

Version:

RR0 Content Management System (CMS)

6 lines (5 loc) 329 B
import { UsaCountyCode } from "../../UsaCountyCode.js"; import { Place } from "@rr0/place"; import { wisconsin } from "../Wisconsin.js"; import { Department } from "../../../../country/region/department/Department.js"; export const dane = Department.create(UsaCountyCode.dane, wisconsin, Place.fromDMS("43°04′N 89°25′W"));