Swap-Aggregator-Subgraph/node_modules/pull-stream/sinks/index.js
2022-07-03 07:27:35 +05:30

13 lines
241 B
JavaScript

'use strict'
module.exports = {
drain: require('./drain'),
onEnd: require('./on-end'),
log: require('./log'),
find: require('./find'),
reduce: require('./reduce'),
collect: require('./collect'),
concat: require('./concat')
}