UNPKG

astx

Version:

super powerful structural search and replace for JavaScript and TypeScript to automate your refactoring

26 lines (20 loc) 529 B
'use strict' Object.defineProperty(exports, '__esModule', { value: true, }) exports['default'] = void 0 var _fp = require('lodash/fp') // eslint-disable-next-line @typescript-eslint/explicit-module-boundary-types function pipeline(input) { for ( var _len = arguments.length, args = new Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++ ) { args[_key - 1] = arguments[_key] } return _fp.flow.apply(void 0, args)(input) } var _default = pipeline exports['default'] = _default