2 lines
99 B
TypeScript
2 lines
99 B
TypeScript
export type OnChunkCallback = (chunk: Uint8Array, index: number, isLast: boolean) => Promise<void>
|