UNPKG

poll-server-check

Version:

An npm package that checks if the server is running or if it's down. If the server is down, it repeatedly sends a check API to the backend to wake it up and displays toast notification of the current status.

5 lines (4 loc) 147 B
declare module "poll-server-check" { export function clientCheck(BackendUrl: string): void; export function serverCheck(app: any): void; }