Skip to content

Commit 55cf95d

Browse files
authored
Merge pull request #271 from MrDick47/master
Update index.d.ts
2 parents 33d2155 + 761a0b3 commit 55cf95d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/index.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ export const formatters: {
6161

6262
export const console: Formatter
6363

64+
export const dateReviver: (key: string, value: any) => any;
65+
6466
export const diff: (left: any, right: any) => Delta | undefined;
6567
export const patch: (left: any, delta: Delta) => any;
6668
export const reverse: (delta: Delta) => Delta | undefined;

0 commit comments

Comments
 (0)