UNPKG

reactotron-redux-saga

Version:
4 lines (3 loc) 188 B
import { Effect } from "@redux-saga/types"; declare function getEffectDescription(effect: Effect | any[] | IterableIterator<any> | Promise<any>): any; export default getEffectDescription;