Rest
...formatters: ReadOnlyArray<Formatter>Array of formatters to be composed.
Function with formatters set in context.
redTextWhiteBackground("Vangware");
// It can also be used as a tag function for tagged templates:
redTextWhiteBackground`Vangware`;
Formatted string.
String or template string.
Rest
...expressions: ReadOnlyArray<unknown>Possible values passed to the template string.
Composes formatters.
Example
Returns
Formatter composed of the given formatters.