draftbit / twitter-lite

A tiny, full-featured, flexible client / server library for the Twitter API
https://npm.im/twitter-lite
MIT License
794 stars 96 forks source link

WIP: Expanded Typescript Typings #133

Open angeloanan opened 4 years ago

angeloanan commented 4 years ago

This PR expands the current Typescript typings for better VSCode Intellisense and using the library in general.

Here is a demo of the said expanded typings on Visual Studio Code Gif Demo

While this looks good, it is still far from perfect as we need to manually document every API endpoints.\ The changes I've made has been influenced by Discord.JS typings as it is very self documenting.