fp-ts for Deno 🦕
fp-ts is a library for typed functional programming in TypeScript.
Unfortunately fp-ts is not available for Deno, because:
- fp-ts's Gcanti does not want to support Deno (yet)
- Esm.sh keeps breaking and doesn't support all types (Jul 2022)
- Skypack fails to support fp-ts (Jul 2022)
- Garronej's deno.land port (fp_ts) does not work; HKT type issues (Jul 2022)
This repo is the first working Deno port I am aware of. Feel free to open an issue here if you experience any problems.
io-ts for Deno is also available.
Note: This package is only available for version
fp-ts@2.12.1for now
import * as A from 'https://raw.githubusercontent.com/michaelhirn/fp-ts/master/lib/Array.ts'- setup deno.land/x CI/CD