UNPKG

france-cities-js

Version:

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

9 lines (8 loc) 281 B
import { Region } from '../../types'; declare function byName(name: string, limit?: number): Region[]; declare function byCode(code: string, limit?: number): Region[]; export declare const searchRegion: { byName: typeof byName; byCode: typeof byCode; }; export {};