UNPKG
@ng-dnd/sortable
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
Sortable for Angular DnD
github.com/ng-dnd/ng-dnd
ng-dnd/ng-dnd
@ng-dnd/sortable
/
src
/
isEmpty.d.ts
6 lines
(5 loc)
•
145 B
TypeScript
View Raw
1
2
3
4
5
6
/** *
@ignore
* Returns isEmpty, whether it's an immutable List or an array */
export
declare
function
isEmpty
(
list
:
Iterable
<
any
>
):
boolean
;