Skip to content

Commit 33d2155

Browse files
authored
Merge pull request #272 from mattdarveniza/master
Added missing type for create function
2 parents 0c4323e + 63b86f5 commit 33d2155

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
@@ -51,6 +51,8 @@ export class DiffPatcher {
5151
unpatch: (right: any, delta: Delta) => any;
5252
}
5353

54+
export const create: (options?: any) => DiffPatcher
55+
5456
export const formatters: {
5557
annotated: Formatter;
5658
console: Formatter;

0 commit comments

Comments
 (0)