UNPKG

trywrap

Version:

A utility module to handle async function errors gracefully.

30 lines (29 loc) 550 B
{ "name": "trywrap", "version": "1.2.2", "main": "index.js", "scripts": { "test": "mocha" }, "keywords": [ "error-handling", "async", "promise", "try-catch", "fallback", "error", "utility", "nodejs", "javascript" ], "author": "Rajesh Renato", "license": "MIT", "description": "A utility module to handle async function errors gracefully.", "repository": { "type": "git", "url": "https://github.com/rajeshrenato/trywrap.git" }, "devDependencies": { "mocha": "^9.0.0" } }