Skip to content

Commit

Permalink
Merge pull request #271 from MrDick47/master
Browse files Browse the repository at this point in the history
Update index.d.ts
  • Loading branch information
benjamine authored Jan 1, 2020
2 parents 33d2155 + 761a0b3 commit 55cf95d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ export const formatters: {

export const console: Formatter

export const dateReviver: (key: string, value: any) => any;

export const diff: (left: any, right: any) => Delta | undefined;
export const patch: (left: any, delta: Delta) => any;
export const reverse: (delta: Delta) => Delta | undefined;
Expand Down

0 comments on commit 55cf95d

Please # to comment.