Skip to content

Commit 9108cbd

Browse files
authored
chore: apply suggestions from code review
Signed-off-by: Muhammad Haris <[email protected]>
1 parent 5b7e0f8 commit 9108cbd

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/blas/ext/index-of/docs/types

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/blas/ext/index-of/docs/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ interface IndexOf {
9292
* var idx = y.get();
9393
* // returns 1
9494
*/
95-
<T = unknown>( x: InputArray<T>, searchElement: SearchElement<T>, options?: Options ): OutputArray; // NOTE: we lose type specificity here, but retaining specificity would likely be difficult and/or tedious to completely enumerate, as the output ndarray data type is dependent on how `x` interacts with output data type policy and whether that policy has been overridden by `options.dtype`.
95+
<T = unknown>( x: InputArray<T>, searchElement: SearchElement<T>, options?: Options ): OutputArray;
9696

9797
/**
9898
* Returns the first index of specified search element along one or more ndarray dimensions.

0 commit comments

Comments
 (0)