lndsld

Home > @lndsld/fp

fp package

Functions

Function Description
doNothing(value)  
flow(ab)  
flow(ab, bc)  
flow(ab, bc, cd)  
flow(ab, bc, cd, de)  
flow(ab, bc, cd, de, ef)  
pipe(a, ab)  
pipe(a, ab, bc)  
pipe(a, ab, bc, cd)  
pipe(a, ab, bc, cd, de)  
pipe(a, ab, bc, cd, de, ef)  

Type Aliases

Type Alias Description
Predicate Declaration for conditional predicate
Transform Declaration for transform from A to B
TypeGuard Declaration for type predicate