UNPKG

@codeparticle/rdx

Version:

RDX is a module based redux framework that generates boilerplate for you.

4 lines (2 loc) 96 B
declare const pipe: <I, O = I>(...fns: ((v: any) => any)[]) => (x: I) => any; export { pipe };