UNPKG

@rr0/cms

Version:

RR0 Content Management System (CMS)

6 lines (5 loc) 359 B
import { UsaCountyCode } from "../../UsaCountyCode.js"; import { Place } from "@rr0/place"; import { virginIslands } from "../VirginIslands.js"; import { Department } from "../../../../country/region/department/Department.js"; export const stThomas = Department.create(UsaCountyCode.stThomas, virginIslands, Place.fromDMS("18°20′00″N,64°55′00″W"));