angular / ts-api-guardian

MIT License
15 stars 15 forks source link

feat: add support for tuple type #7

Closed lacolaco closed 8 years ago

lacolaco commented 8 years ago

add support for tuple type.

var tuple: [string, number]
vicb commented 8 years ago

Could you please add a generic type and an array to the tuple ?

lacolaco commented 8 years ago

@vicb I added test cases for that. is it ok?

vicb commented 8 years ago

Merged. Thanks for the PR.