UNPKG

@rr0/cms

Version:

RR0 Content Management System (CMS)

6 lines (5 loc) 334 B
import { Place } from "@rr0/place"; import { hawaii } from "../Hawaii.js"; import { Department } from "../../../../country/region/department/Department.js"; import { HawaiiCountyCode } from "../HawaiiCountyCode.js"; export const honolulu = Department.create(HawaiiCountyCode.Honolulu, hawaii, Place.fromDMS("38°02′N,81°05′W"));