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 dceb694 commit b3aad98Copy full SHA for b3aad98
1 file changed
lib/node_modules/@stdlib/ndarray/rot90/docs/types/index.d.ts
@@ -21,7 +21,7 @@
21
/// <reference types="@stdlib/types"/>
22
23
import { ndarray } from '@stdlib/types/ndarray';
24
-import { ArrayLike } from '@stdlib/types/array';
+import { Collection } from '@stdlib/types/array';
25
26
/**
27
* Interface defining function options.
@@ -35,7 +35,7 @@ interface Options {
35
36
* Dimension indices defining the plane of rotation (default: [-2, -1]).
37
*/
38
- dims?: ArrayLike<number>;
+ dims?: Collection<number>;
39
}
40
41
0 commit comments