typescript-is icon indicating copy to clipboard operation
typescript-is copied to clipboard

update template literal types to support index signatures

Open DetachHead opened this issue 2 years ago • 1 comments

https://devblogs.microsoft.com/typescript/announcing-typescript-4-4-beta/#symbol-template-signatures

Currently it just treats them as a string, but now that typescript 4.4 changes this, it should be changed in typescript-is as well

DetachHead avatar Jul 01 '21 21:07 DetachHead

Another library typescript-json supports it.

https://github.com/samchon/typescript-json#runtime-validators

samchon avatar Oct 10 '22 15:10 samchon