-
-
Notifications
You must be signed in to change notification settings - Fork 686
IfType type guards #788
Copy link
Copy link
Closed
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededtype addition
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededtype addition
The readme mentions that there should be a corresponding
IfTypeguard for everyIsTypecheck.I'm only seeing a few
IfTypeguards in the package (IfNever,IfAny, andIfUnknown).Potential fixes (that I can think of at the moment):
IfTypeguards