UNPKG

admin-bro

Version:
6 lines (4 loc) 197 B
import { ActionJSON } from './action-json.interface' export const actionHasComponent = (action: ActionJSON): boolean => ( typeof action.component !== 'undefined' && action.component === false )