Create `help.pipe` helper
pipe: <Input = any, Output = any>(first: FunctionSpecific<Input>, ...rest: Function[]) => (input: Input): Output
pipe: <Input = any, Output = any>(first: FunctionSpecific<Input>, ...rest: Function[]) => (input: Input): Output