gitextract_wsx8uper/ ├── .editorconfig ├── .github/ │ └── workflows/ │ ├── ci.yml │ ├── codeql.yml │ └── scorecard.yml ├── .gitignore ├── LICENSE ├── README.md ├── package.json ├── src/ │ ├── create.spec.ts │ ├── index.bench.ts │ ├── index.ts │ └── parse.spec.ts ├── tsconfig.build.json └── tsconfig.json