Skip to content

Commit 1407c2f

Browse files
committed
export typings
1 parent a73de9f commit 1407c2f

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.changeset/honest-laws-wash.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@squarecloud/blob": patch
3+
---
4+
5+
Export some typings and mimeType enum

src/index.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,7 @@ export class SquareCloudBlob {
1414
this.api = new APIManager(apiKey);
1515
}
1616
}
17+
18+
export * from "./types/list";
19+
export * from "./types/put";
20+
export { MimeTypes } from "./utils/mimetype";

0 commit comments

Comments
 (0)