UNPKG

@rr0/cms

Version:

RR0 Content Management System (CMS)

5 lines (4 loc) 258 B
import { CountryCode } from "@rr0/data"; import { CmsCountry } from "../country/CmsCountry.js"; import { Place, PlaceLocation } from "@rr0/place"; export const china = new CmsCountry(CountryCode.cn, [new Place([PlaceLocation.fromDMS("35°0'N,103°0'E")])]);