TypeScript - Infer关键字
1.背景:
infer关键字的出现,是在这个PR:https://github.com/Microsoft/TypeScript/pull/21496
原文:
This PR introduces the ability to use type inference in conditional types (#21316), enabling pattern matching for types. For example, the following extracts the return t...
blog.ai-is-luv.com3 min read