UNPKG

tus-js-client-stall-detection

Version:

A pure JavaScript client for the tus resumable upload protocol (fork with stall detection)

4 lines (3 loc) 197 B
import type { ReactNativeFile } from '../options.js'; export declare function isReactNativePlatform(): boolean; export declare function isReactNativeFile(input: unknown): input is ReactNativeFile;