@wallhackio That's what you deserve for writing JavaScripts
@wallhackio @vaporeon_ receiving a vision of what i would be like if i wasn't staunchly anti-js
@alas @vaporeon_ what I am doing is taking two functions that take the same list of arguments and "concatenating" into one function
The new function takes a list of arguments, passes them to the given functions, and returns a list of return values from each input
I want typescript to make this all Just Work. I want it to implicitly understand the type of the new function.
it does seem to work, now. probably
@alas @vaporeon_ In javascript
concatTasksis justBut to get the magic type inference in TypeScript I have to write