We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Many
1 parent 2de2f23 commit 04afc36Copy full SHA for 04afc36
src/index.js
@@ -234,6 +234,11 @@ module.exports.getFunctionList = defs.getFunctionList;
234
module.exports.setFunctionList = defs.setFunctionList;
235
module.exports.clearFunctionList = defs.clearFunctionList;
236
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
+
242
module.exports.chain = chain; // for compatibility with 2.x
243
module.exports.gen = gen;
244
module.exports.asStream = asStream;
0 commit comments