UNPKG

js-uploader

Version:
3 lines (2 loc) 164 B
import { FileChunk, ID } from '../../interface'; export declare const chunkFactory: (id: ID, index: number, start: number, end: number, size: number) => FileChunk;