UNPKG

@gongt/ts-stl-client

Version:
10 lines (9 loc) 195 B
import {Middleware} from "redux"; export const defaultMiddlewares: Middleware[] = [ () => next => act => { if (act && act['toJSON']) { act = act['toJSON'](); } return next(act); }, ];