gitextract_8dne78j3/ ├── .editorconfig ├── .gitattributes ├── .github/ │ ├── funding.yml │ ├── security.md │ └── workflows/ │ └── main.yml ├── .gitignore ├── .npmrc ├── index.d.ts ├── index.js ├── index.test-d.ts ├── license ├── package.json ├── readme.md └── test.js