Is your feature request related to a problem? Please describe. Partials make it a nightmare to work with Typescript. Having to put ugly ! everywhere on every file is a pain in the ass. For example, ...
Many programming languages are only able to call a function with the same amount of parameters as the function has been defined with. Partial function application makes it possible to call a function ...