Skip to content

Commit aca1251

Browse files
authored
Update README.md
1 parent 1db9ceb commit aca1251

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ There also exist helper type libraries:
9696
- [tsdef](https://github.com/joonhocho/tsdef)
9797
- [rex-tils](https://github.com/Hotell/rex-tils)
9898
- [ts-toolbelt](https://github.com/pirix-gh/ts-toolbelt) ([Reddit](https://www.reddit.com/r/typescript/comments/c2nq7k/higher_type_safety_for_typescript_with_tstoolbelt/))
99+
- [tiny-types](https://github.com/jan-molak/tiny-types)
99100
100101
seriously, check some of these out, they represent a ton of accumulated typescript experience.
101102
@@ -107,6 +108,12 @@ seriously, check some of these out, they represent a ton of accumulated typescri
107108
- https://github.com/SamVerschueren/tsd
108109
- https://github.com/azz/jest-runner-tsc
109110
111+
## TypeScript Plugins
112+
113+
You can write plugins to modify typescript syntax itself. this is ADVANCED and not exactly recommended but here are some examples if you need them:
114+
115+
- https://github.com/rimeto/ts-optchain/
116+
110117
## Misc
111118
112119
- https://github.com/urish/typewiz Automatically discover and add missing types in your TypeScript code

0 commit comments

Comments
 (0)