File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 1
1
# tryCatch Utility & Validation Tools
2
2
3
- [ ![ License: MIT] ( https://img.shields.io/badge/License-MIT-yellow.svg )] ( https://opensource.org/licenses/MIT ) [ ![ CI] ( https://github.com/maxmorozoff/try-catch-tuple/actions/workflows/ci.yml/badge.svg )] ( https://github.com/maxmorozoff/try-catch-tuple/actions/workflows/ci.yml ) [ ![ Release] ( https://github.com/maxmorozoff/try-catch-tuple/actions/workflows/release.yml/badge.svg )] ( https://github.com/maxmorozoff/try-catch-tuple/actions/workflows/release.yml )
3
+ [ ![ CI] ( https://github.com/maxmorozoff/try-catch-tuple/actions/workflows/ci.yml/badge.svg )] ( https://github.com/maxmorozoff/try-catch-tuple/actions/workflows/ci.yml )
4
+ [ ![ Release] ( https://github.com/maxmorozoff/try-catch-tuple/actions/workflows/release.yml/badge.svg )] ( https://github.com/maxmorozoff/try-catch-tuple/actions/workflows/release.yml )
5
+ [ ![ try-catch NPM Version] ( https://img.shields.io/npm/v/%40maxmorozoff%2Ftry-catch-tuple?label=tryCatch )] ( https://www.npmjs.com/package/@maxmorozoff/try-catch-tuple )
6
+ [ ![ ts-plugin NPM Version] ( https://img.shields.io/npm/v/%40maxmorozoff%2Ftry-catch-tuple-ts-plugin?label=ts-plugin )] ( https://www.npmjs.com/package/@maxmorozoff/try-catch-tuple-ts-plugin )
7
+ [ ![ License: MIT] ( https://img.shields.io/badge/License-MIT-gold.svg )] ( https://github.com/maxmorozoff/try-catch-tuple/LICENSE )
4
8
5
9
A TypeScript utility for Go-style structured error handling (` [data, error] ` ) combined with powerful tooling (TypeScript Plugin & Build Transformer) to ensure correctness.
6
10
You can’t perform that action at this time.
0 commit comments