Skip to content

Commit

Permalink
Add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuajaco committed Jul 5, 2022
1 parent b1df369 commit cc35b7d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# resulted [![Coverage Status](https://coveralls.io/repos/github/joshuajaco/resulted/badge.svg?branch=main)](https://coveralls.io/github/joshuajaco/resulted?branch=main) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)

A tiny typescript result object implementation based on Rust's [std::result::Result](https://doc.rust-lang.org/std/result/enum.Result.html) enum.

# License

[MIT](https://github.com/joshuajaco/resulted/blob/main/LICENSE)

0 comments on commit cc35b7d

Please sign in to comment.