UNPKG

af-consul

Version:

A highly specialized function library

4 lines 279 B
import { ICLOptions, IConsulAPI } from './interfaces'; export declare const prepareConsulAPI: (clOptions: ICLOptions) => Promise<IConsulAPI>; export declare const getConsulApiCached: (clOptions: ICLOptions) => Promise<IConsulAPI>; //# sourceMappingURL=prepare-consul-api.d.ts.map