crackidocky Apr 22 2023 at 10:48Сокращение типизации с помощью Util Types в TypescriptLevel of difficultyEasyReading time5 minViews7.4KTypeScript*TutorialTotal votes 5: ↑5 and ↓0+5Add to bookmarks36Comments6
CynepHy6 Apr 25 2023 at 06:14type Pet = "doG" | "CaT"; type UpperCat = Uppercase<Cat>копипаста протекла
Сокращение типизации с помощью Util Types в Typescript