UNPKG

tus-js-client-stall-detection

Version:

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

3 lines (2 loc) 169 B
import type { UploadInput, UploadOptions } from '../options.js'; export declare function fingerprint(file: UploadInput, options: UploadOptions): Promise<string | null>;