TypeScript / JavaScript functional programming utilities inspired by the fantasy-land specification and Haskell programming language.
TypeScript 5.0 is required for this package's typings to work properly.
npm i fnts
yarn add fnts
Please, visit the documentation to obtain the information about the usage and API of fnts
.
This project was made as a fun exercise around functional programming principles. It comes nowhere near more serious projects described below as alternatives, so treat it as the utility toy facilitating the approach to FP in TypeScript.
These projects would give you a decent representation of concepts fnts
tried to implement and compromise with.