@flystorage/file-storage 1.2.1 → 1.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -57,7 +57,7 @@ export declare class DirectoryListing implements AsyncIterable<StatEntry> {
|
|
|
57
57
|
}
|
|
58
58
|
export type FileContents = Iterable<any> | AsyncIterable<any> | NodeJS.ReadableStream | Readable | string;
|
|
59
59
|
export type TimeoutOptions = {
|
|
60
|
-
|
|
60
|
+
timeout?: number;
|
|
61
61
|
};
|
|
62
62
|
export type MiscellaneousOptions = TimeoutOptions & {
|
|
63
63
|
[option: string]: any;
|
package/package.json
CHANGED