Package Exports
- @mobily/ts-belt
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@mobily/ts-belt) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
🔧 TS Belt ·

TS Belt is a library for functional programming in TypeScript. It solves the problem of the existence of both undefined
and null
. TS Belt is inspired by the Belt module for 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