Documentation

format()

Formats a value according to the specified type.

format(value: any, ...type: string[]): string;

Notes

Parameters

Return value

The formatted value

Related