// import { uniqueId } from 'common' export function toFixedNumber(num: FixedNumber): string { return num.num.toFixed(4) }