UNPKG

@loona/react

Version:

App State Management done with GraphQL (react integration)

7 lines 204 B
export function getActionType(action) { if (action.constructor && action.constructor.type) { return action.constructor.type; } return action.type; } //# sourceMappingURL=actions.js.map