UNPKG

adminjs

Version:
2 lines 210 B
export const actionHasDisabledComponent = action => typeof action.component !== 'undefined' && action.component === false; export const actionHasCustomComponent = action => typeof action.component === 'string';