gitextract_vgom6s0h/ ├── .github/ │ └── workflows/ │ ├── ci.yml │ ├── github-pages.yml │ └── release.yml ├── .gitignore ├── CHANGELOG.md ├── LICENSE ├── README.md ├── package.json ├── rollup.config.ts ├── src/ │ ├── Typeahead.svelte │ ├── Typeahead.svelte.d.ts │ ├── index.d.ts │ └── index.js ├── tests/ │ └── Typeahead.test.svelte └── tsconfig.json