Skip to content

Commit dcfa1d6

Browse files
committed
fix: update import name
1 parent 36a9fcd commit dcfa1d6

File tree

1 file changed

+2
-2
lines changed
  • lib/node_modules/@stdlib/array/to-fancy/docs/types

1 file changed

+2
-2
lines changed

lib/node_modules/@stdlib/array/to-fancy/docs/types/index.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
/// <reference types="@stdlib/types"/>
2222

23-
import { Collection, ArrayLike, AccessorArrayLike, ComplexTypedArray, TypedArray, BooleanTypedArray, ArrayIndexObject } from '@stdlib/types/array';
23+
import { Collection, ArrayLike, AccessorArrayLike, ComplexTypedArray, TypedArray, BooleanTypedArray, IndexArrayObject } from '@stdlib/types/array';
2424
import ArrayIndex = require( '@stdlib/array/index' );
2525

2626
/**
@@ -33,7 +33,7 @@ interface Cache {
3333
* @param id - identifier
3434
* @returns index data
3535
*/
36-
get( id: any ): ArrayIndexObject | null;
36+
get( id: any ): IndexArrayObject | null;
3737
}
3838

3939
/**

0 commit comments

Comments
 (0)