Skip to content
This repository was archived by the owner on May 5, 2023. It is now read-only.

Commit 6e5098a

Browse files
committed
Export FindProxyForURL type
1 parent 8823438 commit 6e5098a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ namespace createPacResolver {
185185
export interface FindProxyForURLCallback {
186186
(err?: Error | null, result?: string): void;
187187
}
188+
export type FindProxyForURL = ReturnType<typeof createPacResolver>;
188189
export const sandbox: Readonly<Context> = Object.freeze({
189190
dateRange,
190191
dnsDomainIs,

0 commit comments

Comments
 (0)