CmpStr - v3.4.0
GitHub
npm
jsDelivr
Docs
Support
Example
Preparing search index...
utils/Types
DiffLine
Interface DiffLine
DiffLine represents the diff for a single line, including all changes.
interface
DiffLine
{
baseLen
:
number
;
delSize
:
number
;
diffs
:
DiffEntry
[]
;
insSize
:
number
;
line
:
number
;
magnitude
:
string
;
totalSize
:
number
;
}
Index
Properties
base
Len
del
Size
diffs
ins
Size
line
magnitude
total
Size
Properties
base
Len
baseLen
:
number
del
Size
delSize
:
number
diffs
diffs
:
DiffEntry
[]
ins
Size
insSize
:
number
line
line
:
number
magnitude
magnitude
:
string
total
Size
totalSize
:
number
Settings
Theme
OS
Light
Dark
On This Page
Properties
base
Len
del
Size
diffs
ins
Size
line
magnitude
total
Size
GitHub
npm
jsDelivr
Docs
Support
Example
CmpStr - v3.4.0
Loading...
DiffLine represents the diff for a single line, including all changes.