jsdoc/jsdoc.github.io

Clean up examples of type applications

hegemonic opened this issue · 0 comments

Type applications no longer need to include periods. For example, you can write Array<number> rather than Array.<number>. We should update all of our examples to use the more streamlined syntax.