Prelude API
Guides
Skill
GitHub
Preparing search index...
@prelude/string
L
Diff
T
Type Alias T
Defines the operation type for diff output.
type
T
=
{
lines
:
string
[]
;
type
:
"unchanged"
|
"removed"
|
"added"
;
}
Index
Properties
lines
type
Properties
lines
lines
:
string
[]
type
type
:
"unchanged"
|
"removed"
|
"added"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
lines
type
Guides
Skill
GitHub
Prelude API
Loading...
Defines the operation type for diff output.