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
Is your feature request related to a problem? Please describe.
Requiring 2 commands to check if something is non-nullish P.not(P.nullish)
Describe the solution you'd like
A shorthand P.nonNullish so developers do not have to use 2 commands P.not(P.nullish) and get intellisense when using P.
The text was updated successfully, but these errors were encountered:
Agree with this idea, but I suggest P.some for P.nonNullish, and P.none for P.nullish(names borrowed from Option). if It would be not familiar to js developers, I think we can leave those names just for aliases.
Is your feature request related to a problem? Please describe.
Requiring 2 commands to check if something is non-nullish
P.not(P.nullish)
Describe the solution you'd like
A shorthand
P.nonNullish
so developers do not have to use 2 commandsP.not(P.nullish)
and get intellisense when usingP.
The text was updated successfully, but these errors were encountered: