utils

Home > @silence_zhpf/utils > Distance > format

Distance.format() method

显示格式化输出,如果没有指定精度,默认为2,如果没有指定单位,默认为true.

Signature:

format({ precision, unit }: Format): string;

Parameters

Parameter Type Description
{ precision, unit } Format  

Returns:

string