File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ export interface UploadOptions {
1414 * Downloading file from URL might take longer, so it is recommended that you pass the binary or base64 content of the file.
1515 * Pass the full URL, for example - https://www.example.com/rest-of-the-image-path.jpg.
1616 */
17- file : string | Buffer | ReadableStream | ReadStream ;
17+ file : string | Buffer | ReadStream ;
1818 /**
1919 * The name with which the file has to be uploaded.
2020 * The file name can contain:
Original file line number Diff line number Diff line change 11{
22 "name" : " imagekit" ,
3- "version" : " 3.2.3 " ,
3+ "version" : " 3.2.4 " ,
44 "description" : " Offical NodeJS SDK for ImageKit.io integration" ,
55 "main" : " dist/index.js" ,
66 "types" : " dist/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments