UNPKG

plopfile-generate

Version:

Installation:

7 lines (6 loc) 187 B
import { takeLatest, all } from 'redux-saga/effects'; /* ------------- Types ------------- */ /* ------------- Sagas ------------- */ export default function* root() { yield all([]); }