We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b797c6 commit bcb38a7Copy full SHA for bcb38a7
packages/ipfs-unixfs-exporter/src/index.ts
@@ -12,7 +12,6 @@ export interface ExporterOptions extends ProgressOptions {
12
offset?: number
13
length?: number
14
signal?: AbortSignal
15
- timeout?: number
16
}
17
18
export interface Exportable<T> {
0 commit comments