Skip to content

Commit

Permalink
Auto-generated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Nov 3, 2023
1 parent 97026ab commit f6d1cd5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/.keepalive

This file was deleted.

6 changes: 3 additions & 3 deletions docs/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ declare function emptyLike( x: Float32Array, dtype?: DataType ): Float32Array;
* var arr = emptyLike( x );
* // returns <Complex128Array>
*/
declare function emptyLike( x: Complex128Array, dtype?: DataType ): Complex128Array; // tslint:disable-line:max-line-length
declare function emptyLike( x: Complex128Array, dtype?: DataType ): Complex128Array;

/**
* Creates an uninitialized array having the same length and data type as a provided input array.
Expand Down Expand Up @@ -443,7 +443,7 @@ declare function emptyLike( x: Complex128Array, dtype?: DataType ): Complex128Ar
* var arr = emptyLike( x );
* // returns <Complex64Array>
*/
declare function emptyLike( x: Complex64Array, dtype?: DataType ): Complex64Array; // tslint:disable-line:max-line-length
declare function emptyLike( x: Complex64Array, dtype?: DataType ): Complex64Array;

/**
* Creates an uninitialized array having the same length and data type as a provided input array.
Expand Down Expand Up @@ -709,7 +709,7 @@ declare function emptyLike( x: Uint8Array, dtype?: DataType ): Uint8Array;
* var arr = emptyLike( x );
* // returns <Uint8ClampedArray>
*/
declare function emptyLike( x: Uint8ClampedArray, dtype?: DataType ): Uint8ClampedArray; // tslint:disable-line:max-line-length
declare function emptyLike( x: Uint8ClampedArray, dtype?: DataType ): Uint8ClampedArray;

/**
* Creates an uninitialized array having the same length and data type as a provided input array.
Expand Down

0 comments on commit f6d1cd5

Please sign in to comment.