UNPKG
@winarg/ngx-text-diff
Version:
latest (19.0.1)
19.0.1
18.0.2
18.0.1
18.0.0
17.0.0
16.0.1
16.0.0
14.1.0
14.0.1
14.0.0
A Text Diff component for Angular.
github.com/winarg/ngx-text-diff
winarg/ngx-text-diff
@winarg/ngx-text-diff
/
lib
/
ngx-text-diff.utils.d.ts
3 lines
(2 loc)
•
104 B
TypeScript
View Raw
1
2
3
export
declare
const
isNil
:
(
val
:
any
) =>
boolean
;
export
declare
const
isEmpty
:
(
val
:
any
) =>
boolean
;