UNPKG

@rr0/cms

Version:

RR0 Content Management System (CMS)

5 lines (4 loc) 279 B
import { Place, PlaceLocation } from "@rr0/place"; import { brazilRegion } from "../../Brazil.js"; import { BrazilRegionCode } from "../BrazilRegionCode.js"; export const southEast = brazilRegion(BrazilRegionCode.se, new Place([PlaceLocation.fromDMS("14°47′S,53°31′O")]));