UNPKG

twreporter-react

Version:

React-Redux site for The Reporter Foundation in Taiwan

12 lines (10 loc) 240 B
var pipeline = require('multipipe'); module.exports = function(){ var args = arguments; if (args.length === 1 && Array.isArray(args[0])) { args = args[0]; } return function(){ return pipeline.apply(pipeline, args); }; };