Skip to content

Instantly share code, notes, and snippets.

@alessioprestileo
Created April 23, 2021 12:40
Show Gist options
  • Save alessioprestileo/3e98db39f4104811a31f42e7765c6066 to your computer and use it in GitHub Desktop.
Save alessioprestileo/3e98db39f4104811a31f42e7765c6066 to your computer and use it in GitHub Desktop.
Definition of tagged interesction according to TypeScript's handbook for functional programmers
type FString = string & { __compileTimeOnly: any };
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment