UNPKG

@ng-dnd/sortable

Version:
6 lines (5 loc) 145 B
/** * @ignore * Returns isEmpty, whether it's an immutable List or an array */ export declare function isEmpty(list: Iterable<any>): boolean;