* Returns whether the current runtime should be treated as a server environment.
()
| 13 | * Returns whether the current runtime should be treated as a server environment. |
| 14 | */ |
| 15 | isServer(): boolean { |
| 16 | return isServerFn() |
| 17 | }, |
| 18 | /** |
| 19 | * Overrides the server check globally. |
| 20 | */ |
nothing calls this directly
no test coverage detected