Attributes
Includes Deno configuration
Repository
Current version released
2 years ago
使用 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
ThirdLib
✅ zod ✅ rxjs