In the configuration object, would be great if you could specify if the unit should be appreviated or written out. Example: ``` approx(10000) // 10k approx(10000, { abbreviation: false }) // 10 thousand ```