UNPKG
@ngneat/dirty-check-forms
Version:
latest (3.0.3)
3.0.3
3.0.2
3.0.1
3.0.0
2.0.0
1.1.0
1.0.1
1.0.0
Detect Unsaved Changes in Angular Forms
github.com/ngneat/dirty-check-forms
ngneat/dirty-check-forms
@ngneat/dirty-check-forms
/
lib
/
is-equal.d.ts
2 lines
(1 loc)
•
56 B
TypeScript
View Raw
1
2
export
declare
function
equal
(
a
:
any
,
b
:
any
):
boolean
;