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.
2 parents 33d2155 + 761a0b3 commit 55cf95dCopy full SHA for 55cf95d
src/index.d.ts
@@ -61,6 +61,8 @@ export const formatters: {
61
62
export const console: Formatter
63
64
+export const dateReviver: (key: string, value: any) => any;
65
+
66
export const diff: (left: any, right: any) => Delta | undefined;
67
export const patch: (left: any, delta: Delta) => any;
68
export const reverse: (delta: Delta) => Delta | undefined;
0 commit comments