From 1bb16ad99496c2328da0a9702560411876aaadcb Mon Sep 17 00:00:00 2001 From: Sebastian Frank Date: Wed, 21 Jan 2026 13:57:14 +0000 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat(index.d.ts):=20add=20base64=20?= =?UTF-8?q?property=20to=20global=20context=20for=20Base64Package=20interf?= =?UTF-8?q?ace?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/index.d.ts b/index.d.ts index e927a4b..26a13a4 100644 --- a/index.d.ts +++ b/index.d.ts @@ -776,6 +776,7 @@ declare global { crypto: CryptoPackage json: JsonPackage exec: ExecPackage + base64: Base64Package } export interface HookException {