Last active
April 1, 2024 09:42
-
-
Save josippapez/101a7fd04405e71c1dec6317ca40d32d to your computer and use it in GitHub Desktop.
utils
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 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