UNPKG

france-cities-js

Version:

Search and get informations about french cities from the package offline database

5 lines (4 loc) 207 B
import { searchCity } from './search/city'; import { searchDepartment } from './search/department'; import { searchRegion } from './search/region'; export { searchCity, searchDepartment, searchRegion };