Skip to content

Commit b0c8899

Browse files
authored
feat: add to package exports the IterationResultSet type returned from useAsyncIterMulti (#33)
1 parent 828d872 commit b0c8899

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { useAsyncIter, type IterationResult } from './useAsyncIter/index.js';
2-
import { useAsyncIterMulti } from './useAsyncIterMulti/index.js';
2+
import { useAsyncIterMulti, type IterationResultSet } from './useAsyncIterMulti/index.js';
33
import { Iterate, type IterateProps } from './Iterate/index.js';
44
import { iterateFormatted } from './iterateFormatted/index.js';
55
import { useAsyncIterState, type AsyncIterStateResult } from './useAsyncIterState/index.js';
@@ -10,6 +10,7 @@ export {
1010
useAsyncIter,
1111
type IterationResult,
1212
useAsyncIterMulti,
13+
type IterationResultSet,
1314
Iterate,
1415
Iterate as It,
1516
type IterateProps,

0 commit comments

Comments
 (0)