UNPKG

af-consul

Version:

A highly specialized function library

5 lines 309 B
import { IAFConsulAPI, ICache, ICLOptions } from './interfaces'; export { accessPointsUpdater } from './access-points/access-points-updater'; export declare const apiCache: ICache<IAFConsulAPI>; export declare const getAPI: (options: ICLOptions) => Promise<IAFConsulAPI>; //# sourceMappingURL=get-api.d.ts.map