Skip to content

Commit

Permalink
refactor(types): remove unused and extraneous types
Browse files Browse the repository at this point in the history
BREAKING CHANGE: drop `DeepPartialBy`
BREAKING CHANGE: drop `DeepPartialByHelper`
BREAKING CHANGE: drop `DeepPartialByRequired`
BREAKING CHANGE: drop `DeepPartialByRequiredHelper`
BREAKING CHANGE: drop `PartialBy`
BREAKING CHANGE: drop `PartialByRequired`

Signed-off-by: Lexus Drumgold <[email protected]>
  • Loading branch information
unicornware committed Aug 16, 2022
1 parent 60fd116 commit bd2ff45
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 166 deletions.
27 changes: 0 additions & 27 deletions src/types/deep-partial-by-helper.ts

This file was deleted.

30 changes: 0 additions & 30 deletions src/types/deep-partial-by-required-helper.ts

This file was deleted.

33 changes: 0 additions & 33 deletions src/types/deep-partial-by-required.ts

This file was deleted.

31 changes: 0 additions & 31 deletions src/types/deep-partial-by.ts

This file was deleted.

6 changes: 0 additions & 6 deletions src/types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ export type { default as ClassConstructor } from './class-constructor'
export type { default as ComparisonOperator } from './comparison-operator'
export type { default as DeepOmit } from './deep-omit'
export type { default as DeepPartial } from './deep-partial'
export type { default as DeepPartialBy } from './deep-partial-by'
export type { default as DeepPartialByHelper } from './deep-partial-by-helper'
export type { default as DeepPartialByRequired } from './deep-partial-by-required'
export type { default as DeepPartialByRequiredHelper } from './deep-partial-by-required-helper'
export type { default as DeepPick } from './deep-pick'
export type { default as DeepRequired } from './deep-required'
export type { default as DocumentDeepPartial } from './document-deep-partial'
Expand Down Expand Up @@ -51,8 +47,6 @@ export type { default as OrPartial } from './or-partial'
export type { default as OrPromise } from './or-promise'
export type { default as OrUndefined } from './or-undefined'
export type { default as Overwrite } from './overwrite'
export type { default as PartialBy } from './partial-by'
export type { default as PartialByRequired } from './partial-by-required'
export type { default as Path } from './path'
export type { default as PathN } from './path-n'
export type { default as PathNT } from './path-nt'
Expand Down
20 changes: 0 additions & 20 deletions src/types/partial-by-required.ts

This file was deleted.

19 changes: 0 additions & 19 deletions src/types/partial-by.ts

This file was deleted.

0 comments on commit bd2ff45

Please sign in to comment.