UNPKG

tus-js-client-stall-detection

Version:

A pure JavaScript client for the tus resumable upload protocol

6 lines (5 loc) 265 B
import type { UploadInput, UploadOptions } from '../options.js'; /** * Generate a fingerprint for a file which will be used the store the endpoint */ export declare function fingerprint(file: UploadInput, options: UploadOptions): Promise<string> | Promise<null>;