UNPKG

promise-mix

Version:

Node module with some useful Promise composition functionalities.

6 lines (5 loc) 168 B
'use strict'; module.exports = { base_functions: ['aggregate', 'combine', 'fCombine', 'merge', 'reduce', 'fReduce'], logical_functions: ['or', 'and', 'xor'] };