Skip to content

Commit f06f64d

Browse files
author
Matt Darveniza
committed
Added missing type for create function
1 parent 0c4323e commit f06f64d

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) => typeof DiffPatcher
55+
5456
export const formatters: {
5557
annotated: Formatter;
5658
console: Formatter;

0 commit comments

Comments
 (0)