UNPKG

synapse-react-client

Version:

[![npm version](https://badge.fury.io/js/synapse-react-client.svg)](https://badge.fury.io/js/synapse-react-client) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettie

8 lines 469 B
/** * 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