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
In light of #8isA should also throw an error if instance is null, i.e. replace if (instance == null) return false; with a call to assertArgumentNotNullOrUndefined.
The text was updated successfully, but these errors were encountered:
In light of #8
isA
should also throw an error ifinstance
isnull
, i.e. replaceif (instance == null) return false;
with a call toassertArgumentNotNullOrUndefined
.The text was updated successfully, but these errors were encountered: