UNPKG
@ng-dnd/core
Version:
latest (4.1.0)
v1-lts (1.0.3)
v2-lts (2.0.2)
v3-lts (3.1.0)
4.1.0
4.0.0
3.1.0
3.0.0
2.0.2
2.0.1
2.0.0
1.0.3
1.0.2
1.0.1
1.0.0
0.1.2
0.1.1
0.1.0
0.0.1
Drag and Drop for Angular
github.com/ng-dnd/ng-dnd
ng-dnd/ng-dnd
@ng-dnd/core
/
src
/
utils
/
shallowEqual.d.ts
2 lines
(1 loc)
•
69 B
TypeScript
View Raw
1
2
export
declare
function
shallowEqual
(
objA
:
any
,
objB
:
any
):
boolean
;