0.2.1 • Published 6 years ago
@orikami/micro-trycatch v0.2.1
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