Skip to content

Commit 2de2f23

Browse files
committed
Expose new Many-related functions in index.
1 parent 6c8af05 commit 2de2f23

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/index.d.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ import {
2424
isFunctionList,
2525
setFunctionList,
2626
clearFunctionList,
27+
toMany,
28+
normalizeMany,
29+
combineMany,
30+
combineManyMut,
2731
type AsFlatList,
2832
type Fn,
2933
type OutputType
@@ -259,6 +263,10 @@ declare namespace chain {
259263
isFunctionList,
260264
setFunctionList,
261265
clearFunctionList,
266+
toMany,
267+
normalizeMany,
268+
combineMany,
269+
combineManyMut,
262270
chain,
263271
gen,
264272
asStream,

0 commit comments

Comments
 (0)