UNPKG

fast-cli

Version:

Test your download and upload speed using fast.com

3 lines (2 loc) 125 B
import { type SpeedUnit } from './types.js'; export declare const convertToMbps: (value: number, unit: SpeedUnit) => number;