fix: export HashProgressEvent
This commit is contained in:
parent
268df87b63
commit
560c7c374e
|
@ -1,2 +1,3 @@
|
|||
export { S5Client } from "./client.js";
|
||||
export type { CustomClientOptions } from "./utils/options.js";
|
||||
export type { HashProgressEvent } from "./methods/upload.js";
|
||||
|
|
Loading…
Reference in New Issue