UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

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 {};