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
Personally I’m using the convention {(String|*)} to say that I take any type but it’ll be cast to string. But if there is a standard way to describe that, I’m open.
When I pipe
@param {*} a
in, I gettypes: []
.The text was updated successfully, but these errors were encountered: