$ cnpm install try-catch
Functional try-catch wrapper
npm i try-catch
import {tryCatch} from 'try-catch';
const {parse} = JSON;
const [error, result] = tryCatch(parse, 'hello');
if (error)
console.error(error.message);
MIT
Copyright 2013 - present © cnpmjs.org | Home |