UNPKG
@empoleon/spotlight
Version:
latest (8.0.0)
8.0.0
Command center components for react and Empoleon
empoleon.dev
empoleondev/empoleon
@empoleon/spotlight
/
esm
/
is-actions-group.mjs
8 lines
(6 loc)
•
195 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
function
isActionsGroup
(
item
) {
const
_item = item;
return
_item.
group
!==
void
0
&&
Array
.
isArray
(_item.
actions
); }
export
{ isActionsGroup };
//# sourceMappingURL=is-actions-group.mjs.map