Last active
May 8, 2025 10:15
-
-
Save zzzarius/7b1581b04ef82b3ee60bc97d4f2a1a8f to your computer and use it in GitHub Desktop.
NoInfer utility for older TypesScript versions
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 NoInfer<T> = [T][T extends any ? 0 : never] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Documentation
https://www.typescriptlang.org/docs/handbook/utility-types.html#noinfertype