Skip to content

Commit 63b86f5

Browse files
remove incorrect typeof
1 parent f06f64d commit 63b86f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export class DiffPatcher {
5151
unpatch: (right: any, delta: Delta) => any;
5252
}
5353

54-
export const create: (options?: any) => typeof DiffPatcher
54+
export const create: (options?: any) => DiffPatcher
5555

5656
export const formatters: {
5757
annotated: Formatter;

0 commit comments

Comments
 (0)