UNPKG

@rr0/cms

Version:

RR0 Content Management System (CMS)

5 lines (4 loc) 257 B
import { Place, PlaceLocation } from "@rr0/place"; import { UsaStates } from "../UsaStates.js"; import { usaRegion } from "../../Usa.js"; export const indiana = usaRegion(UsaStates.in, new Place([PlaceLocation.fromDMS("39°09′44″N,86°31′45″O")]));