Comparing version 0.0.5 to 0.0.6
@@ -16,3 +16,3 @@ { | ||
], | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"scripts": { | ||
@@ -19,0 +19,0 @@ "lint": "tslint --project ./tsconfig.json", |
@@ -58,5 +58,5 @@ # pipe-ts | ||
## Note about type safety | ||
## Note about number of functions | ||
`pipe` and `pipeWith` currently support up to 9 functions. If more than 9 functions are passed, type safety will be lost. If need be, we are open to adding more overloads to avoid this. | ||
`pipe` and `pipeWith` currently support up to 9 functions. If need be, we are open to adding more overloads to avoid this. | ||
@@ -63,0 +63,0 @@ ## Development |
14073