We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0658b23 commit 616895dCopy full SHA for 616895d
README.md
@@ -90,17 +90,17 @@ var num = new Number<m>(),
90
b = new Boolean<flag>();
91
```
92
93
-## Supported Types
94
-
95
-* String
96
-* Number
97
-* Boolean
98
-* Date
99
100
## Additional Considerations
101
102
It might be beneficial to have a type constraint on these defined types. For example:
103
104
```typescript
105
declare type email : string;
106
+
+## Supported Types
+* String
+* Number
+* Boolean
+* Date
0 commit comments