Resolve a function by dot-separated path, returning a fallback when the path is absent. Throws if a path is provided but cannot be resolved.
Dot-separated path to look up; if falsy, fallbackFunction is returned.
fallbackFunction
Optional
Returned when functionPathString is falsy.
functionPathString
The resolved function or the fallback.
Resolve a function by dot-separated path, returning a fallback when the path is absent. Throws if a path is provided but cannot be resolved.