Skip to content
master
Go to file
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

πŸ”§ Tifi Β· Build Status Coverage npm PRs Welcome All Contributors GitHub license

Tifi is an abbreviation for There, I fixed it!

Tifi is a library for functional programming in TypeScript. It solves a problem of the existence of both undefined and null. Tifi is inspired by the OCaml/Reason utilities for various data types.

Features

  • lightweight, no dependencies, less than 1kb
  • type safety, full TypeScript support
  • 100% test coverage
  • get rid of undefined and null values in your project in a convenient, functional way
  • all functions are curried

Getting started

Installation

yarn add @mobily/tifi

or with npm

npm install @mobily/tifi --save

Api Reference

Option
List
Result

Contributors

Marcin Dziewulski
Marcin Dziewulski

πŸ’» πŸ“–

License

The MIT License.

See LICENSE

You can’t perform that action at this time.