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
At the moment the asserts module has an isNotNull() and isNull(), but only an isNotUndefined(). Should we add an isDefined() too for better readability?
The text was updated successfully, but these errors were encountered:
At the moment the asserts module has an
isNotNull()
andisNull()
, but only anisNotUndefined()
. Should we add anisDefined()
too for better readability?The text was updated successfully, but these errors were encountered: