Useful for generic constraints T extends NonNullish. More explicit than writing T extends {} and it passes eslint there.
T extends NonNullish
T extends {}
Generated using TypeDoc
Useful for generic constraints
T extends NonNullish
. More explicit than writingT extends {}
and it passes eslint there.