Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-potts authored Aug 16, 2024
1 parent dc9c2a1 commit c751a95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# [ResultWire](https://github.com/nick-potts/ResultWire)
[![license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/nick-potts/ResultWire/blob/master/LICENSE)
[![CI](https://github.com/nick-potts/ResultWire/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/nick-potts/ResultWire/actions/workflows/ci.yml)
[![Tree Shakable](https://deno.bundlejs.com/badge?q=resultwire@1.4.0&treeshake=[*])](https://bundlejs.com/?q=resultwire&treeshake=[*])
[![Tree Shakable](https://deno.bundlejs.com/badge?q=resultwire&treeshake=[*])](https://bundlejs.com/?q=resultwire&treeshake=[*])

This library provides a minimal Result type and utility functions that can be sent from server to client with the design being inspired by Rust's Result<T, E> enum. It aims to provide better error handling in TypeScript by representing operations that might fail in a type-safe manner.

Expand Down

0 comments on commit c751a95

Please sign in to comment.