Skip to content

Commit 616895d

Browse files
committed
Update README.md
1 parent 0658b23 commit 616895d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -90,17 +90,17 @@ var num = new Number<m>(),
9090
b = new Boolean<flag>();
9191
```
9292

93-
## Supported Types
94-
95-
* String
96-
* Number
97-
* Boolean
98-
* Date
99-
10093
## Additional Considerations
10194

10295
It might be beneficial to have a type constraint on these defined types. For example:
10396

10497
```typescript
10598
declare type email : string;
10699
```
100+
101+
## Supported Types
102+
103+
* String
104+
* Number
105+
* Boolean
106+
* Date

0 commit comments

Comments
 (0)