UNPKG

@rr0/cms

Version:

RR0 Content Management System (CMS)

5 lines (4 loc) 205 B
import { usaRegion } from "../../Usa.js"; import { UsaStates } from "../UsaStates.js"; import { Place } from "@rr0/place"; export const newYork = usaRegion(UsaStates.ny, Place.fromDMS("43°0'N,75°0'W"));