Skip to content

Commit

Permalink
fix: added default export for TS
Browse files Browse the repository at this point in the history
  • Loading branch information
mrrishimeena committed Jul 23, 2024
1 parent 38c44da commit 76f61c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/errsole.js
Original file line number Diff line number Diff line change
Expand Up @@ -205,3 +205,4 @@ Errsole.hapiProxyMiddleware = function (basePath) {
};
};
module.exports = Errsole;
module.exports.default = Errsole;

0 comments on commit 76f61c2

Please sign in to comment.