The base URL to be used for generating the default image URL.
The folder path to be appended to the base URL. Defaults to 'images/logos'.
The filename to be appended to the base URL and folder. Defaults to 'logo.png'.
A Result
object containing a string representing the default image URL if all inputs
are valid strings, or an Error
object if any of the inputs are not valid strings.
Generated using TypeDoc v0.24.7
Generates a default image URL by concatenating the base URL, folder, and filename.
Example
Example
Handle an invalid input string: