Skip to content

Instantly share code, notes, and snippets.

@dovidweisz
Created November 20, 2020 16:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dovidweisz/c7c3b767ea08128a07950e7c0025dd5c to your computer and use it in GitHub Desktop.
Save dovidweisz/c7c3b767ea08128a07950e7c0025dd5c to your computer and use it in GitHub Desktop.
type ReplaceParam<T extends {}, P extends keyof T, R> = Omit<T, P> & { P: R };
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment