Skip to content

Commit 3b49030

Browse files
committed
Auto-generated commit
1 parent 746ffa6 commit 3b49030

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/types/index.d.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,8 @@
2020

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

23-
import { Complex64Array, Complex128Array, AccessorArrayLike } from '@stdlib/types/array';
23+
import { Collection, Complex64Array, Complex128Array, AccessorArrayLike } from '@stdlib/types/array';
2424
import { Complex64, Complex128, ComplexLike } from '@stdlib/types/complex';
25-
import { Collection } from '@stdlib/types/object';
2625

2726
/**
2827
* Returns an element from a `Float64Array`.

0 commit comments

Comments
 (0)