* 接收若干个函数作为参数,每个函数执行后的输出作为下一个函数的输入。 * 执行方向是自右向左的,初始函数的参数在最右边。 * @param {...any} fns * @returns
(...fns)
source not stored for this graph (policy: none)
no test coverage detected