1
0
huming 6 жил өмнө
parent
commit
ba4f6d4e55
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      dist/logger.d.ts

+ 1 - 1
dist/logger.d.ts

@@ -12,4 +12,4 @@ export interface LoggerOption<S> {
   mutationTransformer?: <P extends Payload>(mutation: P) => any;
 }
 
-export default function createLogger<S>(option: LoggerOption<S>): Plugin<S>;
+export default function createLogger<S>(option?: LoggerOption<S>): Plugin<S>;