8000 Auto-generated commit · stdlib-js/array-empty-like@f6d1cd5 · GitHub
[go: up one dir, main page]

Skip to content

Commit f6d1cd5

Browse files
committed
Auto-generated commit
1 parent 97026ab commit f6d1cd5

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
@@ -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

Comments
 (0)
0