UNPKG

france-cities-js

Version:

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

6 lines (5 loc) 185 B
declare type Params = { [key: string]: string | string[] | number | number[] | boolean; }; export declare function objectToStringParameters(params: Params): string; export {};