UNPKG

af-consul

Version:

A highly specialized function library

4 lines 336 B
import { AccessPoints } from './access-points'; export declare const isHttpAvailable: (url: string) => Promise<unknown>; export declare const checkAccessPointAvailability: (accessPoints: AccessPoints, accessPointId: string, onError: (errorMessage: string) => false) => Promise<boolean>; //# sourceMappingURL=access-points-utils.d.ts.map