Guest User

Untitled

a guest
Aug 20th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. const convertToPipeable = (values: any[]) => {
  2. const valueFunctions = map(valueAsFunction, values);
  3.  
  4. return pipe(...valueFunctions);
  5. }
  6.  
  7. return (<any>pipe)(...valueFunctions);
Add Comment
Please, Sign In to add comment