Skip to content

Commit 8f01869

Browse files
committed
fix: default export for cjs
1 parent fc90485 commit 8f01869

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,5 @@ export function jsonLayout(config?: Config): log4js.LayoutFunction {
6464
};
6565
}
6666

67+
export default jsonLayout;
6768
module.exports = jsonLayout;

0 commit comments

Comments
 (0)