fix: export HashProgressEvent

This commit is contained in:
Derrick Hammer 2024-03-18 18:40:08 -04:00
parent 268df87b63
commit 560c7c374e
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 0 deletions

View File

@ -1,2 +1,3 @@
export { S5Client } from "./client.js";
export type { CustomClientOptions } from "./utils/options.js";
export type { HashProgressEvent } from "./methods/upload.js";