Skip to content

Commit

Permalink
refactor(types)!: remove OmitByType
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 84236c8 commit 5f45c71
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 20 deletions.
1 change: 0 additions & 1 deletion src/types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ export type { default as Numeric } from './numeric'
export type { default as ObjectEmpty } from './object-empty'
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 Overwrite } from './overwrite'
export type { default as Path } from './path'
Expand Down
19 changes: 0 additions & 19 deletions src/types/omit-by-type.ts

This file was deleted.

0 comments on commit 5f45c71

Please sign in to comment.