@@ -335,7 +335,7 @@ declare function zerosLike( x: Float32Array, dtype?: DataType ): Float32Array;
335
335
* var y = zerosLike( x );
336
336
* // returns <Complex128Array>
337
337
*/
338
- declare function zerosLike ( x : Complex128Array , dtype ?: DataType ) : Complex128Array ; // tslint:disable-line:max-line-length
338
+ declare function zerosLike ( x : Complex128Array , dtype ?: DataType ) : Complex128Array ;
339
339
340
340
/**
341
341
* 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
368
368
* var y = zerosLike( x );
369
369
* // returns <Complex64Array>
370
370
*/
371
- declare function zerosLike ( x : Complex64Array , dtype ?: DataType ) : Complex64Array ; // tslint:disable-line:max-line-length
371
+ declare function zerosLike ( x : Complex64Array , dtype ?: DataType ) : Complex64Array ;
372
372
373
373
/**
374
374
* 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;
599
599
* var y = zerosLike( x );
600
600
* // returns <Uint8ClampedArray>[ 0, 0 ]
601
601
*/
602
- declare function zerosLike ( x : Uint8ClampedArray , dtype ?: DataType ) : Uint8ClampedArray ; // tslint:disable-line:max-line-length
602
+ declare function zerosLike ( x : Uint8ClampedArray , dtype ?: DataType ) : Uint8ClampedArray ;
603
603
604
604
/**
605
605
* Creates a zero-filled array having the same length and data type as a provided input array.
0 commit comments