UNPKG
ngx-text-diff
Version:
latest (0.6.0)
0.6.0
0.5.4
0.5.3
0.5.2
0.5.1
0.5.0
A Text Diff component for Angular.
ngx-text-diff.herokuapp.com/home
ABenassi87/ngx-text-diff
ngx-text-diff
/
lib
/
format-line.pipe.d.ts
5 lines
(4 loc)
•
171 B
TypeScript
View Raw
1
2
3
4
5
import
{
PipeTransform
}
from
'@angular/core'
;
export
declare
class
FormatLinePipe
implements
PipeTransform
{
transform
(
line
:
string
,
diffs
?:
string
[]):
string
; }