We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc90485 commit 8f01869Copy full SHA for 8f01869
index.ts
@@ -64,4 +64,5 @@ export function jsonLayout(config?: Config): log4js.LayoutFunction {
64
};
65
}
66
67
+export default jsonLayout;
68
module.exports = jsonLayout;
0 commit comments