CmpStr - v3.2.1
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
Member Visibility
Protected
Private
Inherited
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.2.1
Loading...
DiffLine represents the diff for a single line, including all changes.