Skip to content

Instantly share code, notes, and snippets.

@josippapez
Last active April 1, 2024 09:42
Show Gist options
  • Select an option

  • Save josippapez/101a7fd04405e71c1dec6317ca40d32d to your computer and use it in GitHub Desktop.

Select an option

Save josippapez/101a7fd04405e71c1dec6317ca40d32d to your computer and use it in GitHub Desktop.
utils
export type Modify<T, R> = Omit<T, keyof R> & R;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment