gotrycatch
Version:
Golang-style error handling utility for async and sync operations in TypeScript/JavaScript
32 lines (31 loc) • 647 B
JSON
{
"name": "gotrycatch",
"description": "Golang-style error handling utility for async and sync operations in TypeScript/JavaScript",
"version": "1.0.1",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "rimraf dist && tsc"
},
"repository": {
"type": "git",
"url": "https://github.com/abdulrafay-07/gotrycatch"
},
"files": [
"dist"
],
"keywords": [
"typescript",
"error-handling",
"try-catch",
"golang-style",
"async",
"sync"
],
"author": "Abdul Rafay",
"license": "ISC",
"devDependencies": {
"rimraf": "^6.0.1",
"typescript": "^5.8.3"
}
}