Skip to content

Commit 2425822

Browse files
authored
fix: export getAgents (#154)
This PR makes it possible to just do `import { getAgents } from 'got-scraping'`
1 parent c34baa2 commit 2425822

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ setupDecodeURI();
9898

9999
export * from 'got';
100100
export { gotScraping, TransformHeadersAgent };
101+
export { getAgents } from './hooks/proxy.js';
101102

102103
export const hooks = {
103104
init,

0 commit comments

Comments
 (0)