Client module (alt-client)FunctionsevalModuleevalModule CallableevalModule(code: string): Record<string, any>Evaluates and executes the given JavaScript code.Remarks The code is evaluated in its own context, so it cannot access variables, functions etc. from the calling file.
Evaluates and executes the given JavaScript code.
Remarks
The code is evaluated in its own context, so it cannot access variables, functions etc. from the calling file.