feat: start over and layout
This commit is contained in:
@@ -0,0 +1 @@
|
||||
export type MergeOmitting<ReplaceableType, ReplacerType> = Omit<ReplaceableType, keyof ReplacerType> & ReplacerType
|
||||
Reference in New Issue
Block a user