[ci:force] - fixing lint

This commit is contained in:
VitoAlbano
2025-01-24 13:05:01 +00:00
committed by Vito Albano
parent 62baa655ed
commit c1a42596dd
16 changed files with 1474 additions and 5 deletions
+1 -1
View File
@@ -15,4 +15,4 @@
* limitations under the License.
*/
export const isBrowser = (): boolean => typeof window !== 'undefined' && typeof window.document !== 'undefined';
export const isBrowser = (): boolean => typeof window?.document !== 'undefined';