👋
- Denver, Colorado
Pinned Loading
-
-
Useful NVM commands
Useful NVM commands 1// check version
2node -v || node --version
34// list locally installed versions of node
5nvm ls
-
Helpful Typescript Patterns
Helpful Typescript Patterns 1/** TS inference helper
2* Wrap an interface in Prettify to give you all of the properites you expect by hovering.
3* Use to debug really complicated inheritance based inference
4*/
5export type Prettify<T> = {
-
Pull Request Template with checklist
Pull Request Template with checklist 1## Description and Context
2<!-- Describe the changes and provide helpful context -->
3<!-- Why is this change required? -->
4<!-- If it fixes an open issue, please link to the issue here. -->
5
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.