
Security News
Crates.io Users Targeted by Phishing Emails
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
@jvlk/fp-tsm
Advanced tools
Functional programming in TypeScript
@jvlk/fp-tsm
is a fork of fp-ts
that supports ESM. If you need CJS support you should continue to use fp-ts
. While fp-tsm
has been updated to work with modern JS and TS, you should really consider using effect
for new projects. fp-ts
is now a part of effect
and you will find much better support over there.
fp-tsm
is a library for typed functional programming in TypeScript.
fp-tsm
aims to allow developers to use popular patterns and abstractions that are available in most functional languages. For this, it includes the most popular data types, type classes and abstractions such as Option, Either, IO, Task, Functor, Applicative, Monad to empower users to write pure FP apps and libraries built atop higher order abstractions.
A distinctive feature of fp-tsm
with respect to other functional libraries is its implementation of Higher Kinded Types, which TypeScript doesn't support natively.
Inspired by
To install the stable version:
npm install @jvlk/fp-tsm
Make sure to always have a single version of fp-tsm
installed in your project. Multiple versions are known to cause tsc
to hang during compilation. You can check the versions currently installed using npm ls @jvlk/fp-tsm
(make sure there's a single version and all the others are marked as deduped
).
Strictness – This library is conceived, tested and is supposed to be consumed by TypeScript with the strict
flag turned on.
@jvlk/fp-tsm
is tested with TypeScript V5 and up and older versions might not work.
These are docs for the original fp-ts
which should cover what you need to use fp-tsm
.
New docs are under development for fp-tsm
. I'm hoping to eventually just use JSR for docs.
Disclaimer. Teaching functional programming is out of scope of this project, so the documentation assumes you already know what FP is.
The MIT License (MIT)
FAQs
Functional programming in TypeScript (fork of fp-ts)
We found that @jvlk/fp-tsm demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
Product
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.