Function runFunctions

  • 使用同一组参数运行多个函数。

    Parameters

    • Rest ...funs: Function[]

      要运行的函数数组。

    Returns ((...args) => void)

    一个函数,该函数接受参数并使用相同的参数运行所有函数。

      • (...args): void
      • Parameters

        • Rest ...args: any[]

        Returns void

Generated using TypeDoc