UNPKG

af-consul

Version:

A highly specialized function library

10 lines 1.09 kB
export { AccessPoints } from './access-points/access-points'; export { accessPointsUpdater } from './access-points/access-points-updater'; export { getAPI } from './get-api'; export { getRegisterConfig, getServiceID } from './get-register-config'; export { getConsulApiCached, prepareConsulAPI } from './prepare-consul-api'; export { getFQDN, getFQDNCached } from './lib/fqdn'; export { substitutePercentBracket } from './lib/utils'; export { checkAccessPointAvailability, isHttpAvailable } from './access-points/access-points-utils'; export { IAFConfig, ICache, ICLOptions, IConsul, IConsulAgentConfig, IConsulAgentOptions, IConsulAPI, ICyclicStartArgs, IRegisterConfig, IRegisterCyclic, IAccessPoint, IAccessPoints, IAPIArgs, IAFConsulAPI, IAFConsulConfig, IConsulServiceInfo, IFullConsulAgentConfig, IFullConsulAgentOptions, IConsulNodeInfo, IMeta, IRegisterCheck, IConsulHealthServiceInfo, ISocketInfo, ILogger, IRegisterOptions, TRegisterResult, TCommonFnResult, TRegisterType, TLoggerMethod, Maybe, Nullable, TBooleanLike, } from './interfaces'; //# sourceMappingURL=index.d.ts.map