tryify

0.1.0 • Public • Published

tryify

Build Status Dependency License Prettier Node npm version

Run the JavaScript code in the try{}catch(){} block

Installation

npm install tryify

Usage

import tryify from 'tryify';

tryify(function login(name,pwd){
  // ...your code run in try catch block
})
.catch(function(err){
  // if error, will catch error object in this block
})
.run('axetroy','111111');

Contributing

git clone https://github.com/axetroy/tryify.git
cd ./tryify
yarn

You can flow Contribute Guide

Contributors


Axetroy

💻 🔌 ⚠️ 🐛 🎨

License

The MIT License

Readme

Keywords

Package Sidebar

Install

npm i tryify

Weekly Downloads

2

Version

0.1.0

License

ISC

Last publish

Collaborators

  • axetroy