Add a statement to trigger TypeScript checking

TypeScript is not checking JSDoc comments attached to the EOF token.
See https://github.com/Microsoft/TypeScript/issues/26905
This commit is contained in:
Tim Schaub
2018-09-05 09:13:24 -06:00
parent f825a08bcf
commit 60e907fb48

View File

@@ -4,3 +4,5 @@
* @typedef {Array<number>} Pixel
* @api
*/
export let nothing;