Skip to content

Commit 761a0b3

Browse files
authored
Update index.d.ts
Update index.d.ts to include the dateReviver export
1 parent 0c4323e commit 761a0b3

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
@@ -59,6 +59,8 @@ export const formatters: {
5959

6060
export const console: Formatter
6161

62+
export const dateReviver: (key: string, value: any) => any;
63+
6264
export const diff: (left: any, right: any) => Delta | undefined;
6365
export const patch: (left: any, delta: Delta) => any;
6466
export const reverse: (delta: Delta) => Delta | undefined;

0 commit comments

Comments
 (0)