UNPKG

@rr0/cms

Version:

RR0 Content Management System (CMS)

5 lines (4 loc) 301 B
import { Place, PlaceLocation } from "@rr0/place"; import { UsaStates } from "../UsaStates.js"; import { usaRegion } from "../../Usa.js"; export const washington = usaRegion(UsaStates.wa, new Place([PlaceLocation.fromDMS("45°33′ N,116°55′ W"), PlaceLocation.fromDMS("49°0' N,124°46′ W")]));