kiruthiga 55473b7e7c initial push пре 5 дана
..
lib 55473b7e7c initial push пре 5 дана
ChangeLog 55473b7e7c initial push пре 5 дана
LICENSE 55473b7e7c initial push пре 5 дана
README.md 55473b7e7c initial push пре 5 дана
package.json 55473b7e7c initial push пре 5 дана

README.md

Try Catch License NPM version Dependency Status Build Status Coverage Status

Functional try-catch wrapper

Install

npm i try-catch

Example

const tryCatch = require('try-catch');
const {parse} = JSON;
const [error, result] = tryCatch(parse, 'hello');

if (error)
    console.error(error.message);

Related

License

MIT