@orikami/micro-trycatch
v0.2.1
Published
Catch thrown errors and format them as JSON
Readme
micro-trycatch
Install
npm install --save @orikami-micro-trycatchUsage
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
