Skip to content

Commit 3e13759

Browse files
committed
fix: export types
1 parent f29a67c commit 3e13759

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

packages/logger/src/types/Logger.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,5 @@ export type {
142142
PowertoolsLogData,
143143
ConstructorOptions,
144144
InjectLambdaContextOptions,
145-
JsonReplacerFn,
146145
CustomReplacerFn,
147146
};

packages/logger/src/types/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@ export type {
1414
PowertoolsLogData,
1515
ConstructorOptions,
1616
InjectLambdaContextOptions,
17+
CustomReplacerFn,
1718
} from './Logger.js';

0 commit comments

Comments
 (0)