UNPKG

fast-cli

Version:

Test your download and upload speed using fast.com

9 lines (8 loc) 216 B
import React from 'react'; type FastProperties = { readonly singleLine?: boolean; readonly upload?: boolean; readonly json?: boolean; }; declare const Fast: React.FC<FastProperties>; export default Fast;