Appearance
Home > resol-vbus-core > utils > formatAndJoin
utils.formatAndJoin() function
Join formatted string parts.
Signature:
typescript
export declare function formatAndJoin(fn: (f: Formatter) => string[]): string;
Parameters
Parameter | Type | Description |
---|---|---|
fn | (f: Formatter) => string[] | The function to format string parts. |
string
The joined string parts.