UNPKG

nice-try

Version:

Tries to execute a function and discards any error that occurs

33 lines (32 loc) 690 B
{ "name": "nice-try", "version": "3.0.1", "authors": [ "Tobias Reich <tobias@electerious.com>" ], "description": "Tries to execute a function and discards any error that occurs", "main": "src/index.js", "keywords": [ "try", "catch", "error" ], "license": "MIT", "homepage": "https://github.com/electerious/nice-try", "repository": { "type": "git", "url": "https://github.com/electerious/nice-try.git" }, "files": [ "src" ], "scripts": { "coveralls": "nyc report --reporter=lcov", "test": "nyc node_modules/mocha/bin/_mocha" }, "devDependencies": { "chai": "^4.3.4", "mocha": "^9.0.1", "nyc": "^15.1.0" } }