gitextract__z13ynl8/ ├── .editorconfig ├── .eslintrc ├── .github/ │ ├── PULL_REQUEST_TEMPLATE.md │ └── workflows/ │ ├── compressed-size.yml │ └── main.yml ├── .gitignore ├── LICENSE ├── README.md ├── package.json ├── src/ │ └── index.ts ├── test/ │ ├── index_test.ts │ └── test-types-compilation.ts └── tsconfig.json