We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3802394 commit fb68dc6Copy full SHA for fb68dc6
docs/types/index.d.ts
@@ -31,7 +31,7 @@ type Array1D<T> = Array<T>;
31
/**
32
* One-dimensional array shape.
33
*/
34
-type Shape1D = [ number ]; // tslint:disable-line:no-single-element-tuple-type
+type Shape1D = [ number ];
35
36
37
* Two-dimensional array.
0 commit comments