@orikami/micro-trycatch
v0.2.1
Published
Catch thrown errors and format them as JSON
Downloads
6
Readme
micro-trycatch
Install
npm install --save @orikami-micro-trycatch
Usage
const tryCatch = require("@orikami/micro-trycatch");
const handler = require("./index");
module.exports = tryCatch(handler);
Changelog
0.2.1 - Remove console.log 0.2.0 - initial release