Skip to content

Commit

Permalink
style(*): remove duplicate declarations in TypeScript types (#4570)
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-itsheng committed Apr 14, 2022
1 parent 42d97cf commit d50240f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion packages/plugin-commands-audit/src/audit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ export async function handler (
| 'maxSockets'
| 'noProxy'
| 'strictSsl'
| 'fetchTimeout'
| 'fetchRetries'
| 'fetchRetryMaxtimeout'
| 'fetchRetryMintimeout'
Expand Down
2 changes: 0 additions & 2 deletions packages/plugin-commands-env/src/node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,10 @@ import getNodeMirror from './getNodeMirror'
export type NvmNodeCommandOptions = Pick<Config,
| 'bin'
| 'global'
| 'rawConfig'
| 'fetchRetries'
| 'fetchRetryFactor'
| 'fetchRetryMaxtimeout'
| 'fetchRetryMintimeout'
| 'fetchRetryMintimeout'
| 'fetchTimeout'
| 'userAgent'
| 'ca'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ type CreateResolverOptions = Pick<Config,
| 'fetchRetryFactor'
| 'fetchRetryMaxtimeout'
| 'fetchRetryMintimeout'
| 'fetchRetryMintimeout'
| 'offline'
| 'rawConfig'
| 'verifyStoreIntegrity'
Expand Down

0 comments on commit d50240f

Please sign in to comment.