fnts
v3.0.2
Published
TypeScript / JavaScript FP utilities
Downloads
174
Maintainers
Readme
TypeScript / JavaScript functional programming utilities inspired by the fantasy-land specification and Haskell programming language.
Installation
TypeScript 5.0 is required for this package's typings to work properly.
npm i fnts
yarn add fnts
Usage
Please, visit the documentation to obtain the information about the usage and API of fnts
.
Motivation
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.
Alternatives
These projects would give you a decent representation of concepts fnts
tried to implement and compromise with.