mirror of
https://github.com/discourse/discourse.git
synced 2025-02-12 06:14:54 +00:00
4 lines
112 B
JavaScript
4 lines
112 B
JavaScript
import { htmlHelper } from 'discourse/lib/helpers';
|
|
|
|
export default htmlHelper(size => I18n.toHumanSize(size));
|