gitextract_srlkjowc/ ├── .github/ │ ├── CODE_OF_CONDUCT.md │ ├── CONTRIBUTING.md │ ├── ISSUE_TEMPLATE.md │ ├── PULL_REQUEST_TEMPLATE.md │ ├── funding.yml │ └── settings.yml ├── .gitignore ├── LICENSE ├── README.md ├── __tests__/ │ ├── tsconfig.json │ ├── with-proxy-array.spec.ts │ ├── with-proxy.spec.ts │ ├── without-proxy-array.spec.ts │ └── without-proxy.spec.ts ├── circle.yml ├── jest.config.js ├── package.json ├── rollup.config.js ├── src/ │ ├── index.ts │ ├── no-proxy.ts │ └── proxy.ts └── tsconfig.json