2 lines
78 B
JavaScript
2 lines
78 B
JavaScript
const collectInto = fn => (...args) => fn(args);
|
|
module.exports = collectInto |