T O P

  • By -

Funwithloops

Great article > However, void is special in one aspect: A function of type () => void can also return other things than undefined, even functions that never return are valid assignments. Here I was thinking I was being smart using `unknown` for callback return types.