Skip to content

Instantly share code, notes, and snippets.

@danieljpgo
Created July 14, 2022 15:44
Show Gist options
  • Save danieljpgo/748f8787920ce4ad69c1cc9af519a322 to your computer and use it in GitHub Desktop.
Save danieljpgo/748f8787920ce4ad69c1cc9af519a322 to your computer and use it in GitHub Desktop.
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