aboutsummaryrefslogtreecommitdiffstats
path: root/web_src
diff options
context:
space:
mode:
authorsilverwind <me@silverwind.io>2025-06-25 05:06:33 +0200
committerGitHub <noreply@github.com>2025-06-25 03:06:33 +0000
commit04783f548de5d97a5f2d95e007a1e4d8bf3887b4 (patch)
treedca4a0f30c7f12ee157920d4db61f970a943b017 /web_src
parentdbd9c69909d187b6b61c2ea34c70f43e68559222 (diff)
downloadgitea-04783f548de5d97a5f2d95e007a1e4d8bf3887b4.tar.gz
gitea-04783f548de5d97a5f2d95e007a1e4d8bf3887b4.zip
Update `uint8-to-base64`, remove type stub (#34844)
The module now ships type definitions so remove our type stub. Ref: https://github.com/WebReflection/uint8-to-base64/pull/4
Diffstat (limited to 'web_src')
-rw-r--r--web_src/js/globals.d.ts5
1 files changed, 0 insertions, 5 deletions
diff --git a/web_src/js/globals.d.ts b/web_src/js/globals.d.ts
index 9e97ec0492..e4b540122d 100644
--- a/web_src/js/globals.d.ts
+++ b/web_src/js/globals.d.ts
@@ -25,11 +25,6 @@ declare module 'htmx.org/dist/htmx.esm.js' {
export default value;
}
-declare module 'uint8-to-base64' {
- export function encode(arrayBuffer: Uint8Array): string;
- export function decode(base64str: string): Uint8Array;
-}
-
declare module 'swagger-ui-dist/swagger-ui-es-bundle.js' {
const value = await import('swagger-ui-dist');
export default value.SwaggerUIBundle;