@@ -405,7 +405,7 @@ declare function emptyLike( x: Float32Array, dtype?: DataType ): Float32Array;
405
405
* var arr = emptyLike( x );
406
406
* // returns <Complex128Array>
407
407
*/
408
- declare function emptyLike ( x : Complex128Array , dtype ?: DataType ) : Complex128Array ; // tslint:disable-line:max-line-length
408
+ declare function emptyLike ( x : Complex128Array , dtype ?: DataType ) : Complex128Array ;
409
409
410
410
/**
411
411
* Creates an uninitialized array having the same length and data type as a provided input array.
@@ -443,7 +443,7 @@ declare function emptyLike( x: Complex128Array, dtype?: DataType ): Complex128Ar
443
443
* var arr = emptyLike( x );
444
444
* // returns <Complex64Array>
445
445
*/
446
- declare function emptyLike ( x : Complex64Array , dtype ?: DataType ) : Complex64Array ; // tslint:disable-line:max-line-length
446
+ declare function emptyLike ( x : Complex64Array , dtype ?: DataType ) : Complex64Array ;
447
447
448
448
/**
449
449
* Creates an uninitialized array having the same length and data type as a provided input array.
@@ -709,7 +709,7 @@ declare function emptyLike( x: Uint8Array, dtype?: DataType ): Uint8Array;
709
709
* var arr = emptyLike( x );
710
710
* // returns <Uint8ClampedArray>
711
711
*/
712
- declare function emptyLike ( x : Uint8ClampedArray , dtype ?: DataType ) : Uint8ClampedArray ; // tslint:disable-line:max-line-length
712
+ declare function emptyLike ( x : Uint8ClampedArray , dtype ?: DataType ) : Uint8ClampedArray ;
713
713
714
714
/**
715
715
* Creates an uninitialized array having the same length and data type as a provided input array.
0 commit comments