mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[ci:force] - fixing lint
This commit is contained in:
@@ -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';
|
||||
|
Reference in New Issue
Block a user