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.
In light of #8
isAshould also throw an error ifinstanceisnull, i.e. replaceif (instance == null) return false;with a call toassertArgumentNotNullOrUndefined.