picofp

A tiny library with some tiny types

Usage no npm install needed!

<script type="module">
  import picofp from 'https://cdn.skypack.dev/picofp';
</script>

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.