feat(index.d.ts): add base64 property to global context for Base64Package interface

This commit is contained in:
2026-01-21 13:57:14 +00:00
parent 8696b25e9b
commit 1bb16ad994

1
index.d.ts vendored
View File

@@ -776,6 +776,7 @@ declare global {
crypto: CryptoPackage
json: JsonPackage
exec: ExecPackage
base64: Base64Package
}
export interface HookException {