[ci:force] - fixing lint

This commit is contained in:
VitoAlbano
2024-10-12 23:20:30 +01:00
committed by Vito Albano
parent 62baa655ed
commit c1a42596dd
16 changed files with 1474 additions and 5 deletions

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';