@nlozgachev/pipelined 0.16.0 → 0.17.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -41,7 +41,6 @@ function compose(f0, f1, f2, f3, f4, f5, f6, f7, f8, f9) {
41
41
  return f0(f1(f2(f3(f4(f5(f6(f7(f8(f9.apply(this, arguments))))))))));
42
42
  };
43
43
  }
44
- return f0;
45
44
  }
46
45
 
47
46
  // src/Composition/converge.ts
@@ -104,7 +103,6 @@ function flow(ab, bc, cd, de, ef, fg, gh, hi, ij, jk) {
104
103
  return jk(ij(hi(gh(fg(ef(de(cd(bc(ab.apply(this, arguments))))))))));
105
104
  };
106
105
  }
107
- return ab;
108
106
  }
109
107
 
110
108
  // src/Composition/fn.ts
@@ -93,7 +93,6 @@ function compose(f0, f1, f2, f3, f4, f5, f6, f7, f8, f9) {
93
93
  return f0(f1(f2(f3(f4(f5(f6(f7(f8(f9.apply(this, arguments))))))))));
94
94
  };
95
95
  }
96
- return f0;
97
96
  }
98
97
 
99
98
  // src/Composition/converge.ts
@@ -156,7 +155,6 @@ function flow(ab, bc, cd, de, ef, fg, gh, hi, ij, jk) {
156
155
  return jk(ij(hi(gh(fg(ef(de(cd(bc(ab.apply(this, arguments))))))))));
157
156
  };
158
157
  }
159
- return ab;
160
158
  }
161
159
 
162
160
  // src/Composition/fn.ts
@@ -26,7 +26,7 @@ import {
26
26
  uncurry,
27
27
  uncurry3,
28
28
  uncurry4
29
- } from "./chunk-KXAWFKQQ.mjs";
29
+ } from "./chunk-5HMYR4XB.mjs";
30
30
  export {
31
31
  and,
32
32
  compose,
package/dist/index.js CHANGED
@@ -120,7 +120,6 @@ function compose(f0, f1, f2, f3, f4, f5, f6, f7, f8, f9) {
120
120
  return f0(f1(f2(f3(f4(f5(f6(f7(f8(f9.apply(this, arguments))))))))));
121
121
  };
122
122
  }
123
- return f0;
124
123
  }
125
124
 
126
125
  // src/Composition/converge.ts
@@ -183,7 +182,6 @@ function flow(ab, bc, cd, de, ef, fg, gh, hi, ij, jk) {
183
182
  return jk(ij(hi(gh(fg(ef(de(cd(bc(ab.apply(this, arguments))))))))));
184
183
  };
185
184
  }
186
- return ab;
187
185
  }
188
186
 
189
187
  // src/Composition/fn.ts
package/dist/index.mjs CHANGED
@@ -26,7 +26,7 @@ import {
26
26
  uncurry,
27
27
  uncurry3,
28
28
  uncurry4
29
- } from "./chunk-KXAWFKQQ.mjs";
29
+ } from "./chunk-5HMYR4XB.mjs";
30
30
  import {
31
31
  Lens,
32
32
  Logged,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nlozgachev/pipelined",
3
- "version": "0.16.0",
3
+ "version": "0.17.0",
4
4
  "description": "Simple functional programming toolkit for TypeScript",
5
5
  "license": "BSD-3-Clause",
6
6
  "homepage": "https://pipelined.lozgachev.dev",