gitextract_tssteiwg/ ├── .github/ │ ├── ISSUE_TEMPLATE/ │ │ └── bug_report.md │ ├── funding.yml │ └── workflows/ │ ├── release.yml │ └── test-js.yml ├── .gitignore ├── .prettierrc.json ├── LICENSE ├── README.md ├── example.js ├── package.json ├── src/ │ ├── handler.ts │ ├── index.test.ts │ └── index.ts └── tsconfig.json