• varargs function which executes a chain of code (functions or any other code)

    if any of the code returns false, the execution is terminated prematurely skipping the rest of the code!

    Returns

    true if the chain has succeeded false otherwise

    Parameters

    • source: any
    • event: any
    • Rest ...funcs: (string | Function)[]

      ... arbitrary array of functions or strings

    Returns boolean

Generated using TypeDoc