Skip to content

Commit bd3d4a0

Browse files
committed
Chore: add TypeScript safety badges to README.md
1 parent 436e829 commit bd3d4a0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
![bundle size](https://img.shields.io/bundlephobia/minzip/@thaterror/core)
99
![typescript](https://badgen.net/badge/icon/typescript?icon=typescript&label)
1010
[![CodeQL Analysis](https://github.com/tarnishablec/thaterror/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/tarnishablec/thaterror/actions/workflows/codeql-analysis.yml)
11+
[![Total TypeScript](https://img.shields.io/badge/Types-100%25%20Safe-blue?style=flat-square)](https://github.com/tarnishablec/thaterror)
12+
[![No Any](https://img.shields.io/badge/Any-None-success?style=flat-square)](https://github.com/tarnishablec/thaterror)
1113

1214
A type-safe error handling library for TypeScript, heavily inspired by the experience of
1315
Rust's [thiserror](https://github.com/dtolnay/thiserror). It aims to remove the boilerplate while providing a seamless,

0 commit comments

Comments
 (0)