Skip to content

Commit c4a0b65

Browse files
committed
fix
1 parent d8590e1 commit c4a0b65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web_src/js/globals.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ declare module 'htmx.org/dist/htmx.esm.js' {
1616
}
1717

1818
declare module 'uint8-to-base64' {
19-
export function encode(arrayBuffer: ArrayBuffer | Uint8Array): string;
19+
export function encode(arrayBuffer: Uint8Array): string;
2020
export function decode(base64str: string): Uint8Array;
2121
}
2222

0 commit comments

Comments
 (0)