UNPKG

lml-main

Version:

This is now a mono repository published into many standalone packages.

4 lines (3 loc) 290 B
import { RxHttpActionTypes, RxHttpSuccessAction, RxHttpErrorAction } from 'redux-rx-http'; export declare const mockSuccess: (data: any, key?: string) => RxHttpSuccessAction; export declare const mockErr: (actionTypes?: RxHttpActionTypes, body?: any, status?: number) => RxHttpErrorAction;