UNPKG

barikoiapis

Version:

Bangladeshi location data provider API library from barikoi.com

8 lines (7 loc) 229 B
interface LocationServiceConfig { apiKey: string; version: string; } export declare function setConfig(config: Partial<LocationServiceConfig>): void; export declare function getConfig(): LocationServiceConfig; export {};