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