Package Exports
- @mobily/ts-belt
- @mobily/ts-belt/package.json
Readme
🔧 TS Belt ·

TS Belt is a library for functional programming in TypeScript. It implements Result and Option monads and other various helpers. Based on Belt and Relude (ReScript/Reason).
Features
- lightweight, no dependencies
- type safety, full TypeScript support
- high tests coverage
- all functions are curried
- get rid of
undefined
andnull
values in your project in a convenient, functional way (use eitherOption
orResult
)
Installation
yarn add @mobily/ts-belt
or with npm
npm install @mobily/ts-belt --save
Api Reference
Full documentation is available here.
Contributors
Marcin Dziewulski 💻 📖 |
License
The MIT License.
See LICENSE