functools-ts
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -15,3 +15,3 @@ import { compose } from "./compose"; | ||
import { group } from "./group"; | ||
import { F1, F2, F3, F4, F5, F6, Lazy, Curried, Curried2 } from "./function"; | ||
export { compose, pipe, asyncPipe, asyncGroup, curry1, curry2, Either, Left, Right, Option, RemoteData, Loaded, Unloaded, Failed, Pending, List, Filter, Validation, View, ListView, FormField, Valid, Invalid, Untouched, Success, Failure, group, F1, F2, F3, F4, F5, F6, Lazy, Curried, Curried2 }; | ||
import { F1, F2, F3, F4, F5, F6, Lazy, Curried, Curried2, F7, F8, F9, F10 } from "./function"; | ||
export { compose, pipe, asyncPipe, asyncGroup, curry1, curry2, Either, Left, Right, Option, RemoteData, Loaded, Unloaded, Failed, Pending, List, Filter, Validation, View, ListView, FormField, Valid, Invalid, Untouched, Success, Failure, group, F1, F2, F3, F4, F5, F6, F7, F8, F9, F10, Lazy, Curried, Curried2 }; |
@@ -10,3 +10,3 @@ { | ||
"typings": "dist/index.d.ts", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"repository": "git@bitbucket.org:chaaba_j/ts-functools.git", | ||
@@ -13,0 +13,0 @@ "author": "Jalal Chaabane", |
129212
2715