After looking into I remain confused on what is the difference between the two.
Just what is the difference between them? Is it like, backwards patibility with an older version?
I would like some examples on what they differ and when to use one or the other.
Thank you!
After looking into https://developers.google./closure/piler/docs/js-for-piler I remain confused on what is the difference between the two.
Just what is the difference between them? Is it like, backwards patibility with an older version?
I would like some examples on what they differ and when to use one or the other.
Thank you!
Share Improve this question asked Sep 23, 2013 at 22:41 DiscipolDiscipol 3,1574 gold badges24 silver badges43 bronze badges1 Answer
Reset to default 9@type
says what type a variable is. @typedef
creates an alias to a type that you can use elsewhere.