// @license magnet:?xt=urn:btih:0b31508aeb0634b347b8270c7bee4d411b5d4109&dn=agpl-3.0.txt AGPL-3.0-or-later // @source: https://gitlab.com/soapbox-pub/ditto/-/tree/f0a3877c function e(e){return e>=1e6?e>=1e7?`${Math.floor(e/1e6)}M`:`${(e/1e6).toFixed(1).replace(/\.0$/,``)}M`:e>=1e3?e>=1e4?`${Math.floor(e/1e3)}k`:`${(e/1e3).toFixed(1).replace(/\.0$/,``)}k`:String(e)}export{e as t}; // @license-end