mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Converted Diff interfect object to type array
This commit is contained in:
+1
-4
@@ -4,10 +4,7 @@
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
declare module "diff-match-patch" {
|
||||
interface Diff {
|
||||
0: number;
|
||||
1: string;
|
||||
}
|
||||
type Diff = [number, string];
|
||||
|
||||
export class DiffMatchPatch {
|
||||
Diff_Timeout: number;
|
||||
|
||||
Reference in New Issue
Block a user