UNPKG

zs-control

Version:

State management inspired by Zustand with strong TypeScript typing.

2 lines (1 loc) 160 B
export declare const pipe: <TInput, TOutput>(...fns: [(arg: TInput) => any, ...Array<(arg: any) => any>, (arg: any) => TOutput]) => (input: TInput) => TOutput;