gitextract_07iw849q/ ├── .gitignore ├── .prettierrc ├── .travis.yml ├── LICENSE ├── README.md ├── __tests__/ │ └── test.ts ├── jest.config.js ├── package.json ├── scripts/ │ └── markdown-toc-all.sh ├── src/ │ └── index.ts ├── tsconfig.build.json ├── tsconfig.json └── tslint.json