UNPKG

@brighte/redux-saga-test-plan

Version:
19 lines (18 loc) 564 B
// @flow export const ACTION_CHANNEL = 'ACTION_CHANNEL'; export const ALL = 'ALL'; export const CALL = 'CALL'; export const CANCEL = 'CANCEL'; export const CANCELLED = 'CANCELLED'; export const CPS = 'CPS'; export const FLUSH = 'FLUSH'; export const FORK = 'FORK'; export const GET_CONTEXT = 'GET_CONTEXT'; export const JOIN = 'JOIN'; export const NONE = 'NONE'; export const PUT = 'PUT'; export const RACE = 'RACE'; export const SELECT = 'SELECT'; export const SET_CONTEXT = 'SET_CONTEXT'; export const TAKE = 'TAKE'; export const HELPER = '@@redux-saga/HELPER';