@kirz/expo-speedtest
Version:
Measure internet latency, download and upload speed
6 lines • 299 B
TypeScript
export declare const CLOUDFLARE_URL = "https://speed.cloudflare.com";
export declare const UPLOAD_PATH = "__up";
export declare const DOWNLOAD_PATH = "__down";
export declare const DEFAULT_PACKET_SIZE = 500000;
export declare const MAX_PACKET_SIZE = 50000000;
//# sourceMappingURL=constants.d.ts.map