@rr0/cms
Version:
RR0 Content Management System (CMS)
6 lines (5 loc) • 307 B
JavaScript
import { Place } from "@rr0/place";
import { rutlandCounty } from "../Rutland.js";
import { RutlandCityCode } from "../RutlandCityCode.js";
import { usaCity } from "../../../UsaCity.js";
export let rutland = usaCity(RutlandCityCode.Rutland, rutlandCounty, Place.fromDMS("43°36′32″N 72°58′47″W"));