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 49fe03d commit 2ad6c4dCopy full SHA for 2ad6c4d
src/internal/to-file.ts
@@ -73,7 +73,7 @@ export type ToFileInput =
73
74
/**
75
* Helper for creating a {@link File} to pass to an SDK upload method from a variety of different data formats
76
- * @param value the raw content of the file. Can be an {@link Uploadable}, {@link BlobLikePart}, or {@link AsyncIterable} of {@link BlobLikePart}s
+ * @param value the raw content of the file. Can be an {@link Uploadable}, BlobLikePart, or AsyncIterable of BlobLikeParts
77
* @param {string=} name the name of the file. If omitted, toFile will try to determine a file name from bits if possible
78
* @param {Object=} options additional properties
79
* @param {string=} options.type the MIME type of the content
0 commit comments