Skip to content

Commit ddfc42b

Browse files
committed
fix: update import path for Collection type definition
Ref: bde4671
1 parent c992ceb commit ddfc42b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

lib/node_modules/@stdlib/streams/node/from-array/docs/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
/// <reference types="@stdlib/types"/>
2323

2424
import { Readable } from 'stream';
25-
import { Collection } from '@stdlib/types/object';
25+
import { Collection } from '@stdlib/types/array';
2626

2727
/**
2828
* Interface defining stream options.

lib/node_modules/@stdlib/streams/node/from-circular-array/docs/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
/// <reference types="@stdlib/types"/>
2323

2424
import { Readable } from 'stream';
25-
import { Collection } from '@stdlib/types/object';
25+
import { Collection } from '@stdlib/types/array';
2626

2727
/**
2828
* Interface defining stream options.

lib/node_modules/@stdlib/streams/node/from-strided-array/docs/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
/// <reference types="@stdlib/types"/>
2323

2424
import { Readable } from 'stream';
25-
import { Collection } from '@stdlib/types/object';
25+
import { Collection } from '@stdlib/types/array';
2626

2727
/**
2828
* Interface defining stream options.

0 commit comments

Comments
 (0)