UNPKG

fetch-xl

Version:

Fluent, interceptable (using es6 generators), configurable and loggable fetch wrapper

7 lines (4 loc) 164 B
import is from '../../util/is'; export const AWAIT_CALL = 'AWAIT_CALL'; export const isEffectAction = (act) => is.action(act) && act.isEffectAction === true;