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 a73de9f commit 1407c2fCopy full SHA for 1407c2f
.changeset/honest-laws-wash.md
@@ -0,0 +1,5 @@
1
+---
2
+"@squarecloud/blob": patch
3
4
+
5
+Export some typings and mimeType enum
src/index.ts
@@ -14,3 +14,7 @@ export class SquareCloudBlob {
14
this.api = new APIManager(apiKey);
15
}
16
17
18
+export * from "./types/list";
19
+export * from "./types/put";
20
+export { MimeTypes } from "./utils/mimetype";
0 commit comments