Skip to content

Instantly share code, notes, and snippets.

@zzzarius
Last active May 8, 2025 10:15
Show Gist options
  • Save zzzarius/7b1581b04ef82b3ee60bc97d4f2a1a8f to your computer and use it in GitHub Desktop.
Save zzzarius/7b1581b04ef82b3ee60bc97d4f2a1a8f to your computer and use it in GitHub Desktop.
NoInfer utility for older TypesScript versions
type NoInfer<T> = [T][T extends any ? 0 : never]
@zzzarius
Copy link
Author

zzzarius commented May 8, 2025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment