Created
July 14, 2022 15:44
-
-
Save danieljpgo/748f8787920ce4ad69c1cc9af519a322 to your computer and use it in GitHub Desktop.
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
export type LooseAutocomplete<T extends string> = T | Omit<string, T>; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment