Documentation

format()

Formats a value according to the specified type.

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

Summary

This method is called by DeferredString (the result of fmt()), for each L... placeholder in a format string.

Parameters

Related