Wrapper for creating a callback than either resolves or rejects a promise based on input
Returns a bunyan-compatible logger interface. Uses either provided logger or creates a default console logger
Parses connection url to a structured configuration object
Resolves a String or a Buffer value for content value. Useful if the value is a Stream or a file or an URL. If the value is a Stream, overwrites the stream object with the resolved value (you can't stream a value twice).
This is useful when you want to create a plugin that needs a content value,
for example the html
or text
value as a String or a Buffer but not as
a file path or an URL.
Generated using TypeDoc
Copies properties from source objects to target objects