UNPKG

@rr0/cms

Version:

RR0 Content Management System (CMS)

6 lines (5 loc) 318 B
import { Place } from "@rr0/place"; import { RhoneCityCode } from "../RhoneCityCode.js"; import { rhone } from "../Rhone.js"; import { City } from "../../../../../../country/region/department/city/City.js"; export const lyon69 = City.create(String(RhoneCityCode.Lyon), rhone, Place.fromLocation(45.757778, 4.832222));