Created
April 23, 2021 12:40
-
-
Save alessioprestileo/3e98db39f4104811a31f42e7765c6066 to your computer and use it in GitHub Desktop.
Definition of tagged interesction according to TypeScript's handbook for functional programmers
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
type FString = string & { __compileTimeOnly: any }; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment