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!
Rest
... arbitrary array of functions or strings
true if the chain has succeeded false otherwise
Generated using TypeDoc
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!