PHP WebShell

Текущая директория: /opt/BitGoJS/node_modules/p-waterfall

Просмотр файла: index.js

'use strict';
const pReduce = require('p-reduce');

const pWaterfall = (iterable, initialValue) =>
	pReduce(iterable, (previousValue, fn) => fn(previousValue), initialValue);

module.exports = pWaterfall;
// TODO: Remove this for the next major release
module.exports.default = pWaterfall;

Выполнить команду


Для локальной разработки. Не используйте в интернете!