mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-16 23:10:29 +00:00
Make linedelimiters property required
This commit is contained in:
Vendored
+1
-1
@@ -142,7 +142,7 @@ export interface Hunk {
|
||||
newStart: number;
|
||||
newLines: number;
|
||||
lines: string[];
|
||||
linedelimiters?: string[];
|
||||
linedelimiters: string[];
|
||||
}
|
||||
|
||||
export interface BestPath {
|
||||
|
||||
Reference in New Issue
Block a user