af-consul
Version:
A highly specialized function library
4 lines • 336 B
TypeScript
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