File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ Minimalistic configuration for TS to only extend JS with types. No TS-scpecific
4747 > &
4848 THelpers;
4949 ` ` `
50- basically is is looks worse then
50+ basically it looks worse then
5151 ` ` ` ts
5252 type QueryWithHelpers<any> = Query<any> & any;
5353 ` ` `
@@ -102,7 +102,7 @@ This list will continue in future.
102102
103103I prefer to use JS + DTS or JS DOC + TypeScript , because it solve every type issues , but not requires to write code in TypeScript
104104
105- If it is not possible for you to follow this 2 solutions , please think about using those TS Guidelines . It will save you a lot of pain in future .
105+ If it is not possible for you to follow this 2 solutions , please think about using those TS Guidelines . It will reduce your pain in the future .
106106
107107TypeScript will sync their development within the JavaScript standard . This means there will be no TS Decorators and TypeScript will become more like JS Extension rather than a different language transpiled to JS .
108108
You can’t perform that action at this time.
0 commit comments