cognitive-ts
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -5,3 +5,3 @@ import * as _ from 'lodash' | ||
(args: Matrix) => | ||
_.reduce(fns, (arg: any, fn: Function) => fn(arg), args) | ||
_.reduce(fns, (arg, fn: Function) => fn(arg), args) | ||
@@ -8,0 +8,0 @@ export const sFn = (x: Matrix, fn: (s: Series) => SeriesResult) => |
{ | ||
"name": "cognitive-ts", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
17269