@rr0/cms
Version:
RR0 Content Management System (CMS)
6 lines (5 loc) • 330 B
JavaScript
import { algerRegion } from "../AlgerRegion.js";
import { AlgerCityCode } from "../AlgerCityCode.js";
import { City } from "../../../../country/region/department/city/City.js";
import { Place } from "@rr0/place";
export const alger = City.create(AlgerCityCode.Alger, algerRegion, Place.fromDMS("36°46′34″N,3°03′36″E"));