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 78ff983 commit ba4f6d4Copy full SHA for ba4f6d4
dist/logger.d.ts
@@ -12,4 +12,4 @@ export interface LoggerOption<S> {
12
mutationTransformer?: <P extends Payload>(mutation: P) => any;
13
}
14
15
-export default function createLogger<S>(option: LoggerOption<S>): Plugin<S>;
+export default function createLogger<S>(option?: LoggerOption<S>): Plugin<S>;
0 commit comments