Quick-fix
All checks were successful
Setup testing environment and test the code / build (push) Successful in 1m28s

This commit is contained in:
2026-04-08 14:22:58 +02:00
parent cd806b7d17
commit 07d30f7e83
4 changed files with 12 additions and 2 deletions

View File

@@ -4,6 +4,9 @@ export interface SDKConfig {
wsUrl: string;
}
declare const process: any;
declare const require: any;
const isNode =
typeof process !== 'undefined' &&
typeof process.versions !== 'undefined' &&