@luolapeikko/result-option
Advanced tools
Comparing version 0.5.1 to 0.5.2
{ | ||
"name": "@luolapeikko/result-option", | ||
"version": "0.5.1", | ||
"version": "0.5.2", | ||
"description": "Rust style Result for TypeScript/Javascript", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
# mharj-result | ||
[![TypeScript](https://badges.frapsoft.com/typescript/code/typescript.svg?v=101)](https://github.com/ellerbrock/typescript-badges/) | ||
[![npm version](https://badge.fury.io/js/mharj-result.svg)](https://badge.fury.io/js/mharj-result) | ||
[![Maintainability](https://api.codeclimate.com/v1/badges/b6385c57b8fbfa43be06/maintainability)](https://codeclimate.com/github/mharj/result/maintainability) | ||
[![Test Coverage](https://api.codeclimate.com/v1/badges/b6385c57b8fbfa43be06/test_coverage)](https://codeclimate.com/github/mharj/result/test_coverage) | ||
![example workflow](https://github.com/mharj/result/actions/workflows/main.yml/badge.svg) | ||
[![npm version](https://badge.fury.io/js/@luolapeikko%2Fresult-option.svg)](https://badge.fury.io/js/@luolapeikko%2Fresult-option) | ||
[![Maintainability](https://api.codeclimate.com/v1/badges/55587cd1f87e61ede4fc/maintainability)](https://codeclimate.com/github/luolapeikko/result-option/maintainability) | ||
[![Test Coverage](https://api.codeclimate.com/v1/badges/55587cd1f87e61ede4fc/test_coverage)](https://codeclimate.com/github/luolapeikko/result-option/test_coverage) | ||
![example workflow](https://github.com/luolapeikko/result-option/actions/workflows/main.yml/badge.svg) | ||
@@ -9,0 +9,0 @@ A lightweight library for representing the Rust style Result and Option classes for function callback or promise in TypeScript/JavaScript. |
63267