Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 593 Bytes

SplitResult.md

File metadata and controls

31 lines (16 loc) · 593 Bytes

@filego/js / SplitResult

Type Alias: SplitResult

SplitResult: object

Result of the split function.

Type declaration

chunks

chunks: FileChunk[]

The chunks splitted from the original file.

fileSize

fileSize: number

Size of the original file.

totalChunks

totalChunks: number

The total number of chunks splitted from the original file.

Defined in

js/src/base/split.ts:19