Skip to content

Commit

Permalink
+ credits to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mstn committed Mar 28, 2018
1 parent f24a7bd commit 7a9896a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,7 @@ f = function(v: FixedSizeArray<2, number>) {
//ok
f([1,2]);
```

## Credits

We use the same trick to assign a numeric literal to length as it was [done](https://github.com/Microsoft/TypeScript/pull/17765) in TS 2.7 for tuples of fixed size.

0 comments on commit 7a9896a

Please sign in to comment.