We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f29a67c commit 3e13759Copy full SHA for 3e13759
packages/logger/src/types/Logger.ts
@@ -142,6 +142,5 @@ export type {
142
PowertoolsLogData,
143
ConstructorOptions,
144
InjectLambdaContextOptions,
145
- JsonReplacerFn,
146
CustomReplacerFn,
147
};
packages/logger/src/types/index.ts
@@ -14,4 +14,5 @@ export type {
14
15
16
17
+ CustomReplacerFn,
18
} from './Logger.js';
0 commit comments