UNPKG

create-async-saga

Version:

Like readux-toolkit's createAsyncThunk, but for saga

5 lines (4 loc) 216 B
import { SerializedError } from "@reduxjs/toolkit"; export declare const toSerializedError: (error: any, typePrefix: string) => SerializedError; export declare class ConditionError implements SerializedError { }