An open API service indexing awesome lists of open source software.

https://github.com/dnlowman/result-ts

A minimal Result type for TypeScript.
https://github.com/dnlowman/result-ts

functional functional-programming monad result result-type typescript

Last synced: 2 months ago
JSON representation

A minimal Result type for TypeScript.

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.org/dnlowman/result-ts.svg?branch=master)](https://travis-ci.org/dnlowman/result-ts.svg?branch=master)
[![Coverage Status](https://coveralls.io/repos/github/dnlowman/result-ts/badge.svg?branch=master)](https://coveralls.io/github/dnlowman/result-ts?branch=master)
[![MIT license](http://img.shields.io/badge/license-MIT-brightgreen.svg)](http://opensource.org/licenses/MIT)

# Result for TypeScript