Skip to content

Commit 04afc36

Browse files
committed
Expose Many-related functions in JS.
1 parent 2de2f23 commit 04afc36

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/index.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,11 @@ module.exports.getFunctionList = defs.getFunctionList;
234234
module.exports.setFunctionList = defs.setFunctionList;
235235
module.exports.clearFunctionList = defs.clearFunctionList;
236236

237+
module.exports.toMany = defs.toMany;
238+
module.exports.normalizeMany = defs.normalizeMany;
239+
module.exports.combineMany = defs.combineMany;
240+
module.exports.combineManyMut = defs.combineManyMut;
241+
237242
module.exports.chain = chain; // for compatibility with 2.x
238243
module.exports.gen = gen;
239244
module.exports.asStream = asStream;

0 commit comments

Comments
 (0)