Skip to main content
Deno 2 is finally here 🎉️
Learn more

使用ts构建的FP(函数式编程)系统

  • 🚀代码方面解决JS存在的“特性”
  • 🚀提升代码可读性
  • 🚀编程FP化

How to use

  • If you use in deno project, direct use mod.ts
  • If you use node/browser project, you can use deno task build to build this project, and use ./npmBuild/esm/mod in your project (use esm )

Feature

TypeClass

✅ Option
✅ Result
✅ Own[Dep]
✅ Lazy
✅ Either
✅ Ord
⭕️ Entry

Functions

✅ flow
✅ pipe
✅ match
✅ algebraicEffect
⭕️ monad 单子化计算

ThirdLib

✅ zod