We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4ee1a4 commit 5fccca1Copy full SHA for 5fccca1
1 file changed
lib/node_modules/@stdlib/blas/ext/base/ndarray/gjoin/docs/types/index.d.ts
@@ -42,7 +42,7 @@ import { typedndarray } from '@stdlib/types/ndarray';
42
* var v = gjoin( [ x, separator ] );
43
* // returns '1,3,4,2'
44
*/
45
-declare function gjoin<T = unknown>( arrays: [ typedndarray<T>, typedndarray<T> ] ): string;
+declare function gjoin<T = unknown, U = unknown>( arrays: [ typedndarray<T>, typedndarray<U> ] ): string;
46
47
48
// EXPORTS //
0 commit comments