SideEffector
An Effect monad library. Allows you to defer dealing with impurities until you actually run them.
Quickstart
Importing the library
require
Import via const SideEffector =
Import as ES module
Import in the browser
Notes
Derived from James Sinclair's post, How to Deal with Dirty Side-Effects in Your Pure Functional JavaScript.
License
MIT