Skip to content

Commit 0c1f72c

Browse files
committed
Auto-generated commit
1 parent 55586ac commit 0c1f72c

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/.keepalive

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/types/index.d.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ declare function onesLike( x: Float32Array, dtype?: DataType ): Float32Array;
347347
* var y = onesLike( x );
348348
* // returns <Complex128Array>
349349
*/
350-
declare function onesLike( x: Complex128Array, dtype?: DataType ): Complex128Array; // tslint:disable-line:max-line-length
350+
declare function onesLike( x: Complex128Array, dtype?: DataType ): Complex128Array;
351351

352352
/**
353353
* Creates an array filled with ones and having the same length and data type as a provided input array.
@@ -384,7 +384,7 @@ declare function onesLike( x: Complex128Array, dtype?: DataType ): Complex128Arr
384384
* var y = onesLike( x );
385385
* // returns <Complex64Array>
386386
*/
387-
declare function onesLike( x: Complex64Array, dtype?: DataType ): Complex64Array; // tslint:disable-line:max-line-length
387+
declare function onesLike( x: Complex64Array, dtype?: DataType ): Complex64Array;
388388

389389
/**
390390
* Creates an array filled with ones and having the same length and data type as a provided input array.
@@ -615,7 +615,7 @@ declare function onesLike( x: Uint8Array, dtype?: DataType ): Uint8Array;
615615
* var y = onesLike( x );
616616
* // returns <Uint8ClampedArray>[ 1, 1 ]
617617
*/
618-
declare function onesLike( x: Uint8ClampedArray, dtype?: DataType ): Uint8ClampedArray; // tslint:disable-line:max-line-length
618+
declare function onesLike( x: Uint8ClampedArray, dtype?: DataType ): Uint8ClampedArray;
619619

620620
/**
621621
* Creates an array filled with ones and having the same length and data type as a provided input array.

0 commit comments

Comments
 (0)