UNPKG

@rr0/cms

Version:

RR0 Content Management System (CMS)

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