Skip to content

Commit

Permalink
refactor: seperate types decorators 2
Browse files Browse the repository at this point in the history
  • Loading branch information
AshGw committed May 1, 2024
1 parent ba5e010 commit 5bd5fed
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1773,5 +1773,3 @@ export type DeepNonRequired<T> = T extends UnknownFunction
: {
[K in Keys<T>]+?: IfExtends<T[K], unknown, DeepNonRequired<T[K]>, T[K]>;
};


0 comments on commit 5bd5fed

Please sign in to comment.