We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56d24cb commit 2160185Copy full SHA for 2160185
lib/node_modules/@stdlib/array/complex128/docs/types/index.d.ts
@@ -296,7 +296,7 @@ declare class Complex128Array implements Complex128ArrayInterface {
296
/**
297
* Interface defining a 128-bit complex number array constructor which is both "newable" and "callable".
298
*/
299
-interface Constructor {
+interface Complex128ArrayConstructor {
300
301
* 128-bit complex number array constructor.
302
*
@@ -580,7 +580,7 @@ interface Constructor {
580
* var len = arr.length;
581
* // returns 2
582
583
-declare var ctor: Constructor;
+declare var ctor: Complex128ArrayConstructor;
584
585
586
// EXPORTS //
0 commit comments