Array of function to iterate over.
Check if a file exists.
Path of the file to check.
A promise that will be resolved if the check finished and will be rejected if the check fails.
Get the path from an URL.
URL to convert to a path.
The path part of a URL.
Short hand to check if a variable is defined and not null.
Variable to check.
true if it is defined and not null, false otherwise.
Short hand to check if a variable is a function.
Variable to check
true if it is a function, false otherwise.
Generated using TypeDoc
A loop that iterates over a series of functions returning promises in sequence.