Attributes
Includes Deno configuration
Repository
Current version released
2 years ago
Versions
使用ts构建的FP(函数式编程)系统
- 🚀代码方面解决JS存在的“特性”
- 🚀提升代码可读性
- 🚀编程FP化
How to use
- If you use in
denoproject, direct usemod.ts - If you use
node/browserproject, you can usedeno task buildto build this project, and use./npmBuild/esm/modin your project (use esm )
Feature
TypeClass
✅ Option
✅ Result
✅ Own[Dep]
✅ Lazy
✅ Either
✅ Ord
⭕️ Entry
Functions
✅ flow
✅ pipe
✅ match
✅ algebraicEffect
⭕️ monad 单子化计算
ThirdLib
✅ zod