configureTake
function configureTake(takeConfig: TakeConfig): EffectBuilder
Returns a function that will create a take saga watcher. This can be used with the SagaBuilder::withEffect() method.
Parameters
takeConfig.pattern?: string|string[]|(action: any) => boolean
Returns
Examples
configureTake({ pattern: 'REQUEST' });