mirror of
https://github.com/go-gitea/gitea
synced 2025-07-03 17:17:19 +00:00
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
This commit is contained in:
5
web_src/js/globals.d.ts
vendored
5
web_src/js/globals.d.ts
vendored
@ -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;
|
||||
|
Reference in New Issue
Block a user