Typescript Tips
Last updated
Last updated
A curated list of awesome 🔥 TypeScript Tips 🔥
If you enjoy TypeScript and really want to use Typesafe, you can check
There are many advanced types most users don't know about.
And, generate markdown from a twitter url
Then save video if available
This project is made by community and especially the wonderful people and projects listed in this document
👤 Huynh Duc Dung
Website: https://productsway.com/
Give a ⭐️ if this project helped you!
- There are a lot of tools that place extra configurations inside the package.json
file. You can extend PackageJson
to support these additional configurations.
- Make all properties in T
optional.
- Make all properties in T
required.
- Make all properties in T
readonly.
- From T
, pick a set of properties whose keys are in the union K
.
- Construct a type with a set of properties K
of type T
.
- Exclude from T
those types that are assignable to U
.
- Extract from T
those types that are assignable to U
.
- Exclude null
and undefined
from T
.
- Obtain the parameters of a function type in a tuple.
- Obtain the parameters of a constructor function type in a tuple.
- Obtain the return type of a function type.
- Obtain the instance type of a constructor function type.
- Constructs a type by picking all properties from T and then removing K.
- Transforms every character in a string into uppercase.
- Transforms every character in a string into lowercase.
- Transforms the first character in a string into uppercase.
- Transforms the first character in a string into lowercase.
You can find some examples in the .
Contributions welcome! Read the first.
Create .envrc and fill the value then Use
Then run the command
Finally, add the at the end with below format.
NOTE: I have sent a pull request about this step to tweet-to-markdown
repository: Might not need this step if this PR is accepted.
: for 2 sections (Extending existing type, Built-in types)
: A command line tool to convert Tweets to Markdown.
: ThreadifyPlus is a simple and easy-to-use tool that helps users read and share Twitter threads with ease. (WIP)
: The easiest way to download any Twitter video
Twitter:
Github: