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
/
ngx-text-diff.utils.d.ts
3 lines
(2 loc)
•
106 B
TypeScript
View Raw
1
2
3
export
declare
const
isNil
:
(
val
:
any
) =>
boolean
;
export
declare
const
isEmpty
:
(
val
:
any
) =>
boolean
;