(name: string, fn: (...args: any[]) => any)
| 16 | execute(script: string, params?: Record<string, unknown>): Promise<unknown>; |
| 17 | isReady(): boolean; |
| 18 | registerJsFunction(name: string, fn: (...args: any[]) => any): void; |
| 19 | } |
| 20 | |
| 21 | /** |
nothing calls this directly
no outgoing calls
no test coverage detected