UNPKG

@rr0/cms

Version:

RR0 Content Management System (CMS)

6 lines (5 loc) 301 B
import { Place } from "@rr0/place"; import { UsaStates } from "../UsaStates.js"; import { usa } from "../../Usa.js"; import { Region } from "../../../country/index.js"; export const wyoming = new Region(UsaStates.wy, usa, [Place.fromDMS("41°0'N,104°03′W"), Place.fromDMS("45°0'N,111°03′W")]);