Quick-fix
All checks were successful
Setup testing environment and test the code / build (push) Successful in 1m28s
All checks were successful
Setup testing environment and test the code / build (push) Successful in 1m28s
This commit is contained in:
@@ -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' &&
|
||||
|
||||
Reference in New Issue
Block a user