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 f3d3f4f commit 34ac72aCopy full SHA for 34ac72a
1 file changed
lib/node_modules/@stdlib/ndarray/ind2sub/docs/types/index.d.ts
@@ -39,6 +39,9 @@ interface Options {
39
order?: Order;
40
}
41
42
+/**
43
+* Interface describing the main export.
44
+*/
45
interface Ind2Sub {
46
/**
47
* Converts a linear index to an array of subscripts.
@@ -175,6 +178,7 @@ interface Ind2Sub {
175
178
*/
176
179
declare var ind2sub: Ind2Sub;
177
180
181
+
182
// EXPORTS //
183
184
export = ind2sub;
0 commit comments