Skip to content

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.

**Returns:**

string

The joined string parts.