We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2ec825 commit aa3627bCopy full SHA for aa3627b
misc/logger/src/index.ts
@@ -1,5 +1,5 @@
1
import * as Pino from "pino";
2
-const defaultPino = Pino.default ?? Pino.pino;
+const defaultPino = Pino.default ?? Pino;
3
export * from "./constants";
4
export * from "./utils";
5
export type { Logger } from "pino";
0 commit comments