gitextract_qvwuu3dq/ ├── .all-contributorsrc ├── .eslintignore ├── .eslintrc.js ├── .github/ │ ├── ISSUE_TEMPLATE/ │ │ ├── bug_report.md │ │ └── config.yml │ └── workflows/ │ ├── size.yml │ └── test.yml ├── .gitignore ├── .prettierignore ├── .prettierrc ├── CHANGELOG.md ├── CONTRIBUTING.md ├── LICENSE ├── README.md ├── jest.config.js ├── package.json ├── src/ │ ├── __tests__/ │ │ └── index.test.js │ └── index.ts ├── template/ │ └── gitignore └── tsconfig.json