Dmitrijs Minajevs
Results
1
comments of
Dmitrijs Minajevs
For anyone still waiting for optional function arguments, it is now possible to simulate that using new tuple types and spread expressions: ```typescript type OptionalSpread = T extends undefined ?...