@gmb/bitmark-parser - v7.2.0
Preparing search index...
DiffHunkLine
Interface DiffHunkLine
One line of a
DiffHunk
:
" "
context,
"-"
removed,
"+"
added.
interface
DiffHunkLine
{
kind
:
" "
|
"-"
|
"+"
;
text
:
string
;
}
Index
Properties
kind
text
Properties
kind
kind
:
" "
|
"-"
|
"+"
text
text
:
string
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
kind
text
@gmb/bitmark-parser - v7.2.0
Loading...
One line of a DiffHunk:
" "context,"-"removed,"+"added.