Use Array<Foo> instead of Array.<Foo>
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@
|
||||
|
||||
/**
|
||||
* An array of numbers representing a size: `[width, height]`.
|
||||
* @typedef {Array.<number>} Size
|
||||
* @typedef {Array<number>} Size
|
||||
* @api
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user