I just read your article "How to master advanced TypeScript patterns" and have learned a lot, it's great!
This issue is for a paragraph at https://github.com/pirix-gh/medium/blob/master/types-curry-ramda/src/index.ts#L797-L798 :
// We will make use of mapped types to explain that is is possible replace any
// argument with a placeholder:
Do you mean that [it is possible to replace] any argument, or maybe some other meaning?
I just read your article "How to master advanced TypeScript patterns" and have learned a lot, it's great!
This issue is for a paragraph at https://github.com/pirix-gh/medium/blob/master/types-curry-ramda/src/index.ts#L797-L798 :
Do you mean
that [it is possible to replace] any argument, or maybe some other meaning?