You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we should not issue error TS2774: This condition will always return true since this function is always defined. Did you mean to call it instead? on the module.exports check - it's an environment check and may very well be undefined in non-node environments and is totally valid.