@@ -335,7 +335,7 @@ declare function zerosLike( x: Float32Array, dtype?: DataType ): Float32Array;
335335* var y = zerosLike( x );
336336* // returns <Complex128Array>
337337*/
338- declare function zerosLike ( x : Complex128Array , dtype ?: DataType ) : Complex128Array ; // tslint:disable-line:max-line-length
338+ declare function zerosLike ( x : Complex128Array , dtype ?: DataType ) : Complex128Array ;
339339
340340/**
341341* Creates a zero-filled array having the same length and data type as a provided input array.
@@ -368,7 +368,7 @@ declare function zerosLike( x: Complex128Array, dtype?: DataType ): Complex128Ar
368368* var y = zerosLike( x );
369369* // returns <Complex64Array>
370370*/
371- declare function zerosLike ( x : Complex64Array , dtype ?: DataType ) : Complex64Array ; // tslint:disable-line:max-line-length
371+ declare function zerosLike ( x : Complex64Array , dtype ?: DataType ) : Complex64Array ;
372372
373373/**
374374* Creates a zero-filled array having the same length and data type as a provided input array.
@@ -599,7 +599,7 @@ declare function zerosLike( x: Uint8Array, dtype?: DataType ): Uint8Array;
599599* var y = zerosLike( x );
600600* // returns <Uint8ClampedArray>[ 0, 0 ]
601601*/
602- declare function zerosLike ( x : Uint8ClampedArray , dtype ?: DataType ) : Uint8ClampedArray ; // tslint:disable-line:max-line-length
602+ declare function zerosLike ( x : Uint8ClampedArray , dtype ?: DataType ) : Uint8ClampedArray ;
603603
604604/**
605605* Creates a zero-filled array having the same length and data type as a provided input array.
0 commit comments