synapse-react-client
Version:
[](https://badge.fury.io/js/synapse-react-client) [](https://github.com/prettier/prettie
8 lines • 469 B
TypeScript
/**
* Return the estimated download speed (bytes/second). Result is cached.
* Result is crude estimate since it's a single test file (small sample, only ~2MB), but is a valid test (since it's a Synapse file on s3).
* The intent is to let the user know if the package download will take many hours to download.
* @param accessToken
*/
export declare const testDownloadSpeed: (accessToken: string) => Promise<number>;
//# sourceMappingURL=testDownloadSpeed.d.ts.map