Skip to content

Commit e9691d2

Browse files
committed
Auto-generated commit
1 parent f119f93 commit e9691d2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323

2424
<details>
2525

26+
- [`0e81d53`](https://github.com/stdlib-js/stdlib/commit/0e81d53283cb6d6e1d1b95194115d424cc719b80) - **style:** resolve lint error _(by Athan Reines)_
2627
- [`c82dc90`](https://github.com/stdlib-js/stdlib/commit/c82dc908163b731fd5b7f33010f697779518afda) - **feat:** add index types and reduce duplication _(by Athan Reines)_
2728
- [`8e1a0b9`](https://github.com/stdlib-js/stdlib/commit/8e1a0b90271cbd1e64deebe7d893eeb73edf4599) - **feat:** add ndarray dtype maps and index types _(by Athan Reines)_
2829

index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1387,7 +1387,7 @@ declare module '@stdlib/types/ndarray' {
13871387
import { ArrayLike, AccessorArrayLike, BooleanArray, BooleanTypedArray, Collection, Complex128Array, Complex64Array, RealOrComplexTypedArray, FloatOrComplexTypedArray, RealTypedArray, ComplexTypedArray, IntegerTypedArray, FloatTypedArray, SignedIntegerTypedArray, UnsignedIntegerTypedArray } from '@stdlib/types/array';
13881388
import { ComplexLike, Complex128, Complex64 } from '@stdlib/types/complex'; // eslint-disable-line no-duplicate-imports
13891389
import { Layout } from '@stdlib/types/blas';
1390-
import { Remap } from '@stdlib/types/utilities';
1390+
import { Remap } from '@stdlib/types/utilities'; // eslint-disable-line no-duplicate-imports
13911391

13921392
/**
13931393
* Data type.

0 commit comments

Comments
 (0)