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