Heavily overloaded functions (pipe/compose) for type-safe function composition in TypeScript
-
Updated
Feb 27, 2023 - TypeScript
Heavily overloaded functions (pipe/compose) for type-safe function composition in TypeScript
Function composition APIs to build Angular app
A TypeScript library to help with functional programming.
My notes / implementations to Bartosz Milewski's "Category Theory for Programmers"
a pipe function is a utility function that allows you to compose a series of functions together, where the output of one function becomes the input of the next function.
Add a description, image, and links to the function-composition topic page so that developers can more easily learn about it.
To associate your repository with the function-composition topic, visit your repo's landing page and select "manage topics."