UNPKG

@antv/g2plot

Version:

An interactive and responsive charting library

8 lines (7 loc) 186 B
type FlowFunction<P> = (param: P) => P; /** * 类似 lodash.flow 的方法 * @param flows */ export declare function flow<P>(...flows: FlowFunction<P>[]): FlowFunction<P>; export {};