Skip to content

Commit 34ac72a

Browse files
committed
docs: document interface and add line break
1 parent f3d3f4f commit 34ac72a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

  • lib/node_modules/@stdlib/ndarray/ind2sub/docs/types

lib/node_modules/@stdlib/ndarray/ind2sub/docs/types/index.d.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ interface Options {
3939
order?: Order;
4040
}
4141

42+
/**
43+
* Interface describing the main export.
44+
*/
4245
interface Ind2Sub {
4346
/**
4447
* Converts a linear index to an array of subscripts.
@@ -175,6 +178,7 @@ interface Ind2Sub {
175178
*/
176179
declare var ind2sub: Ind2Sub;
177180

181+
178182
// EXPORTS //
179183

180184
export = ind2sub;

0 commit comments

Comments
 (0)