Library for Monads in JavaScript

I am looking for a library for common Monads in JavaScript such as Maybe, IO, Task, List and so on.

I have checked the typical resources for functional programming in JS such as Ramda and lodash/fp but they do not seem to have them.

There are lots of articles of people writing their own to demonstrate but I’m looking for a library I can import into all projects.