fix: remove hash import
This commit is contained in:
parent
6ba0e4af07
commit
37789394f4
|
@ -1,3 +1,3 @@
|
|||
export { S5Client } from "./client.js";
|
||||
export type { CustomClientOptions } from "./utils/options.js";
|
||||
export type { HashProgressEvent } from "#options/upload.js";
|
||||
export type { HashProgressEvent } from "./options/upload.js";
|
||||
|
|
Loading…
Reference in New Issue