feat(index.d.ts): add ExecPackage interface to global context
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-08-27 09:06:57 +00:00
parent b724100477
commit fe548c0537

1
index.d.ts vendored
View File

@@ -764,6 +764,7 @@ declare global {
pdf: PdfPackage
crypto: CryptoPackage
json: JsonPackage
exec: ExecPackage
}
export interface HookException {