We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8590e1 commit c4a0b65Copy full SHA for c4a0b65
web_src/js/globals.d.ts
@@ -16,7 +16,7 @@ declare module 'htmx.org/dist/htmx.esm.js' {
16
}
17
18
declare module 'uint8-to-base64' {
19
- export function encode(arrayBuffer: ArrayBuffer | Uint8Array): string;
+ export function encode(arrayBuffer: Uint8Array): string;
20
export function decode(base64str: string): Uint8Array;
21
22
0 commit comments