Skip to content

Commit

Permalink
refactor(types)!: remove OrDeepPartial
Browse files Browse the repository at this point in the history
Signed-off-by: Lexus Drumgold <[email protected]>
  • Loading branch information
unicornware committed Sep 30, 2022
1 parent fc12dfd commit 854e34c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 17 deletions.
1 change: 0 additions & 1 deletion src/types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ export type { default as ObjectPlain } from './object-plain'
export type { default as ObjectUnknown } from './object-unknown'
export type { default as OmitByType } from './omit-by-type'
export type { default as OneOrMany } from './one-or-many'
export type { default as OrDeepPartial } from './or-deep-partial'
export type { default as OrNever } from './or-never'
export type { default as OrNil } from './or-nil'
export type { default as OrNull } from './or-null'
Expand Down
16 changes: 0 additions & 16 deletions src/types/or-deep-partial.ts

This file was deleted.

0 comments on commit 854e34c

Please sign in to comment.