UNPKG

france-cities-js

Version:

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

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