gitextract_qg53h0nv/ ├── .editorconfig ├── .github/ │ └── workflows/ │ └── ci.yml ├── .gitignore ├── .husky/ │ ├── commit-msg │ └── pre-commit ├── LICENCE ├── README.md ├── eslint.config.mjs ├── package.json └── src/ ├── timer.d.ts ├── timer.js └── timer.test.js