picofp
v1.2.2
Published
A tiny library with some tiny types
Downloads
18
Readme
Picofp - A small fp library
PicoFP is my very small library that provides a Result
and Option
type.
I've implemented versions of these types in a lot of projects I've worked in so decided it was time to actually do it properly as a library. The types are inspired by Rust and Scala.
Build and deploy to npm
First do yarn build
and then do yarn publish
.