Search engine for TypeScript functions, methods and types.
tsearch
consists of 3 differt applications, found in the
tsearch-io organization:
- indexer: for extracting type information from TypeScript to generate an index.
- server: A server application to search the index.
- client: The UI to search and view results.
For more information on how to run and develop Tsearch check the three repos mentioned above.
Be aware that Tsearch is under development and the documentation might not be up to date.
tsearch
is inspired on Haskell API search engine
Hoogle.