A numeric value to format
Additional options which customize the resulting format
Optional
decimals?: numberThe number of decimal places to include in the resulting string
Optional
sign?: booleanWhether to include an explicit "+" sign for positive numbers *
The formatted string to be included in a template
A string formatting helper to display a number with a certain fixed number of decimals and an explicit sign.