Skip to content

Commit

Permalink
Add exports
Browse files Browse the repository at this point in the history
  • Loading branch information
zharinov committed Jun 28, 2023
1 parent 6b6fbaf commit 444b2b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/util/http/auth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {
} from '../../constants';
import type { GotOptions } from './types';

type AuthGotOptions = Pick<
export type AuthGotOptions = Pick<
GotOptions,
| 'hostType'
| 'headers'
Expand Down
2 changes: 1 addition & 1 deletion lib/util/http/host-rules.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { dnsLookup } from './dns';
import { keepaliveAgents } from './keepalive';
import type { GotOptions } from './types';

type HostRulesGotOptions = Pick<
export type HostRulesGotOptions = Pick<
GotOptions,
| 'hostType'
| 'url'
Expand Down

0 comments on commit 444b2b7

Please sign in to comment.