gitextract_p8pemzyh/ ├── .babelrc ├── .buckconfig ├── .eslintrc.js ├── .flowconfig ├── .gitattributes ├── .gitignore ├── .travis.yml ├── .watchmanconfig ├── LICENSE ├── README.md ├── __tests__/ │ ├── __snapshots__/ │ │ └── index.test.js.snap │ └── index.test.js ├── app.json ├── index.d.ts ├── index.js ├── jsconfig.json └── package.json