Skip to content

Commit

Permalink
enable named export in browser.js (#1803)
Browse files Browse the repository at this point in the history
  • Loading branch information
tarunrajput committed Sep 10, 2023
1 parent 619e049 commit 9328478
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -446,3 +446,6 @@ function pfGlobalThisOrFallback () {
}
}
/* eslint-enable */

module.exports.default = pino
module.exports.pino = pino

0 comments on commit 9328478

Please sign in to comment.