@@ -405,7 +405,7 @@ declare function emptyLike( x: Float32Array, dtype?: DataType ): Float32Array;
405405* var arr = emptyLike( x );
406406* // returns <Complex128Array>
407407*/
408- declare function emptyLike ( x : Complex128Array , dtype ?: DataType ) : Complex128Array ; // tslint:disable-line:max-line-length
408+ declare function emptyLike ( x : Complex128Array , dtype ?: DataType ) : Complex128Array ;
409409
410410/**
411411* 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
443443* var arr = emptyLike( x );
444444* // returns <Complex64Array>
445445*/
446- declare function emptyLike ( x : Complex64Array , dtype ?: DataType ) : Complex64Array ; // tslint:disable-line:max-line-length
446+ declare function emptyLike ( x : Complex64Array , dtype ?: DataType ) : Complex64Array ;
447447
448448/**
449449* 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;
709709* var arr = emptyLike( x );
710710* // returns <Uint8ClampedArray>
711711*/
712- declare function emptyLike ( x : Uint8ClampedArray , dtype ?: DataType ) : Uint8ClampedArray ; // tslint:disable-line:max-line-length
712+ declare function emptyLike ( x : Uint8ClampedArray , dtype ?: DataType ) : Uint8ClampedArray ;
713713
714714/**
715715* Creates an uninitialized array having the same length and data type as a provided input array.
0 commit comments