compose()Create a new function which is basically the composition of two functions.
This function is valid in v2.0.0 to v2.24.3. This function has been downloaded 65 times.fnToWrap and whose return value will be returned by the composed function.fnWrapper.false
true if the return value from fnToWrap is an Array and each element should be passed a separate argument to fnWrapper. Leave blank or set to false if the return value from fnToWrap should just be passed as the 1st argument to fnWrapper.fnToWrap and fnWrapper.